Posts

Showing posts from February 4, 2019

Juan de Segovia

Image
Cet article est une ébauche concernant le christianisme et une personnalité espagnole. Vous pouvez partager vos connaissances en l’améliorant ( comment ? ) selon les recommandations des projets correspondants. Juan de Segovia.mw-parser-output .entete.cardinal{background-image:url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_cardinal.png")} Biographie Naissance v. 1395 Ségovie   Castille Décès 24 mai 1458 Aiton   France Cardinal de l’Église catholique Créé cardinal 2 octobre 1440 par Félix V (antipape) Titre cardinalice Cardinal-prêtre de S. Maria in Trastevere Évêque de l’Église catholique Archevêque titulaire de Cesarea di Palestina évêque de Maurienne 1451 – 1452 Louis de La Palud Guillaume d'Estouteville Évêque de Saint-Paul-Trois-Châteaux modifier   Juan de Segovia (né vers 1395 à Ségovie en Espagne, et mort le 2

Draw some expanding arrows

Image
up vote 9 down vote favorite 3 This challenge is about printing a series of growing ASCII-art arrows. I'll describe the pattern in words, but it might be easier to look at what the start of this series looks like: > < -> <- --> <-- ---> <--- ----> <---- -----> <----- ------> <------ ... An arrow with length n contains an arrowhead ( < or > ) and n-1 dashes ( - ). A right-facing arrow has the dashes first, then a > . A left-facing arrow starts with < , and is followed by the dashes. The series consists of a length n right-facing arrow followed by a length n left-facing arrow, with n from 1 to infinity. To complete the challenge, write a program or function that takes one input, an integer i >= 1 , and outputs the first i arrows. Arrows are individua