Skip to main content

Timeline for Sort by Multiplying

Current License: CC BY-SA 3.0

8 events
when toggle format what by license comment
Feb 11, 2016 at 7:52 history edited Erwan CC BY-SA 3.0
optimisation of recursive solutions
Feb 11, 2016 at 7:42 history edited Erwan CC BY-SA 3.0
remove R in deault parameter (strange behaviour)
Feb 11, 2016 at 7:26 comment added Cyoce you're right, I forgot how Python handled default params. The other tip should work though
Feb 11, 2016 at 7:05 comment added Erwan @Cyoce i make changes but when i defined r=[0] in default parameter r become nonlocal
Feb 11, 2016 at 6:59 history edited Erwan CC BY-SA 3.0
added 7 characters in body
Feb 10, 2016 at 22:05 comment added Cyoce Also instead of r+=[…], you can use r+=…,
Feb 9, 2016 at 13:47 history edited Erwan CC BY-SA 3.0
added 1 character in body
Feb 9, 2016 at 13:20 history answered Erwan CC BY-SA 3.0