/w05-videos

Python Programming - Code for the Week 5 videos

Primary LanguagePython

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.