Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.