Skip to main content

Timeline for Bubble sorting in progress

Current License: CC BY-SA 3.0

10 events
when toggle format what by license comment
Sep 9, 2016 at 13:22 comment added Magic Octopus Urn Works now, I was on a mobile last night so I couldn't make the edits required.
Sep 9, 2016 at 13:22 history edited Magic Octopus Urn CC BY-SA 3.0
Dangit... Now it works with 10 more bytes added... Didn't even think of fringe cases, what a fool I am.
Sep 9, 2016 at 6:33 comment added Stewie Griffin It seems to fail for lists with negative input too. For instance the second test case.
Sep 9, 2016 at 5:18 comment added Magic Octopus Urn On my mobile... addding it>=0 in the second if statement fixes that problem.
Sep 9, 2016 at 2:56 comment added Jonathan Allan This errors for lists with fewer than two items
Sep 8, 2016 at 22:25 history edited Magic Octopus Urn CC BY-SA 3.0
92 bytes to 90 bytes. Compressed n-- and removed parens.
Sep 8, 2016 at 20:54 history edited Magic Octopus Urn CC BY-SA 3.0
Removed my personal swap closure.
Sep 8, 2016 at 20:49 history edited Magic Octopus Urn CC BY-SA 3.0
added 6 characters in body
Sep 8, 2016 at 20:43 history edited Magic Octopus Urn CC BY-SA 3.0
added 6 characters in body
Sep 8, 2016 at 20:31 history answered Magic Octopus Urn CC BY-SA 3.0