Skip to main content

Timeline for Draw an asterisk triangle

Current License: CC BY-SA 3.0

12 events
when toggle format what by license comment
Oct 31, 2016 at 14:10 history edited cleblanc CC BY-SA 3.0
added 143 characters in body
Oct 14, 2016 at 18:00 history edited cleblanc CC BY-SA 3.0
added 58 characters in body
Oct 14, 2016 at 13:39 history edited cleblanc CC BY-SA 3.0
added 212 characters in body
Oct 14, 2016 at 13:15 history edited cleblanc CC BY-SA 3.0
added 8 characters in body
Oct 12, 2016 at 13:21 comment added cleblanc @RosLup Yes it's printing a leading and a trailing newline. I think the OP said that was OK in his comments.
Oct 11, 2016 at 22:32 comment added user58988 In ideone the print of 2 triangle show at the end there is one '\n' more: * ** *** * ** *** **** ***** I say the case 0 the case end of revursion, print one \n more
Oct 11, 2016 at 18:53 history edited cleblanc CC BY-SA 3.0
deleted 1 character in body
Oct 11, 2016 at 18:53 comment added cleblanc @manatwork Thanks bud. saving another byte
Oct 11, 2016 at 18:37 history edited acrolith CC BY-SA 3.0
added 28 characters in body
Oct 11, 2016 at 17:07 comment added manatwork To me seems to work with &&: n?f(n-1):0n&&f(n-1).
Oct 11, 2016 at 16:55 history edited cleblanc CC BY-SA 3.0
added 7 characters in body
Oct 11, 2016 at 15:44 history answered cleblanc CC BY-SA 3.0