Timeline for Recursive flatten with lazy evaluation iterator
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:40 | history | edited | CommunityBot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| May 16, 2014 at 13:06 | comment | added | LetMeSOThat4U | that was lazy enough ;-) | |
| May 16, 2014 at 12:58 | vote | accept | LetMeSOThat4U | ||
| May 15, 2014 at 19:57 | comment | added | Blckknght |
In Python 3.3+ you can replace the inner for loop on the recursive call with yield from flatten(item).
|
|
| May 15, 2014 at 19:27 | history | answered | janos | CC BY-SA 3.0 |