This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.