Timeline for answer to Code-Golf: Count Islands by Paul Prestidge
Current License: CC BY-SA 3.0
Post Revisions
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 17, 2012 at 3:45 | history | edited | Paul Prestidge | CC BY-SA 3.0 |
golfed down to 110 characters
|
| Aug 17, 2012 at 3:39 | history | edited | Paul Prestidge | CC BY-SA 3.0 |
golfed down to 110 characters
|
| Aug 15, 2012 at 5:55 | history | edited | Paul Prestidge | CC BY-SA 3.0 |
using $_ with gets(nil) to save some characters
|
| Aug 14, 2012 at 6:24 | history | edited | Paul Prestidge | CC BY-SA 3.0 |
changed c.chr to ?. to save 3 characters
|
| Aug 14, 2012 at 5:56 | comment | added | Mr Lister | I like the last test. Thinking inside the box! | |
| Aug 14, 2012 at 5:54 | history | edited | Paul Prestidge | CC BY-SA 3.0 |
saved 10 characters by using a delta array for the deltas (woah)
|
| Aug 14, 2012 at 3:02 | history | edited | Paul Prestidge | CC BY-SA 3.0 |
golfed down to 134, added concentric circles testcase
|
| Aug 14, 2012 at 2:19 | history | answered | Paul Prestidge | CC BY-SA 3.0 |