Added chapters and list of exercises
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user