7 lines
337 B
ReStructuredText
7 lines
337 B
ReStructuredText
Chapter 5 - functional programming
|
||
=======================================================================================================================
|
||
|
||
1. Implement the quicksort algorithm.
|
||
2. Write a groupby function that isn’t affected by sorting.
|
||
3. Write a groupby function that returns lists of results instead of generators.
|