Skip to main content

Timeline for Very Nice Friedman Numbers

Current License: CC BY-SA 3.0

7 events
when toggle format what by license comment
May 15, 2015 at 19:44 history edited Not that Charles CC BY-SA 3.0
added 379 characters in body
May 15, 2015 at 14:37 comment added Not that Charles oh, and [a,b]*3 yields [a,b,a,b,a,b]
May 15, 2015 at 14:35 history edited Not that Charles CC BY-SA 3.0
fixed ungolfing
May 15, 2015 at 14:24 comment added Not that Charles @alexander-brett any better? a.zip(b,c) returns an array of arrays like [ [a[0],b[0],c[0]],[a[1],b[1],c[1]], etc.] and ['hi', 'there']*'' just concatenates the string representation of the array values.
May 15, 2015 at 14:19 history edited Not that Charles CC BY-SA 3.0
ungolfed and bug fixed
May 15, 2015 at 10:08 comment added alyx-brett Great solution - complete black magic to me! I guess ruby beats Perl since it has built-in zip and permutation functions.
May 15, 2015 at 6:39 history answered Not that Charles CC BY-SA 3.0