Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 227 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 227 Bytes

Week 5 - Code from the videos

  • bisection.py contains the bisection code from Video 2.
  • merge.py contains the code from Video 3, which is the merge() function from the workshop with an improved docstring and doctest.