Added chapters and list of exercises

This commit is contained in:
Rick van Hattem
2022-04-30 00:45:54 +02:00
commit 1c106d776c
37 changed files with 124 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Chapter 5 - functional programming
=======================================================================================================================
1. Implement the quicksort algorithm.
2. Write a groupby function that isnt affected by sorting.
3. Write a groupby function that returns lists of results instead of generators.