69741bc6f3
format
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.