Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 556 Bytes

TODO.md

File metadata and controls

23 lines (20 loc) · 556 Bytes

TODO

Miscellaneous

  • Come up with a cool name
  • Get a cool logo
  • Finish README.md
  • Create sub-directories for each lesson
  • Make C9 and GitHub intro

Testing

  • Solve "module not found" error
  • Get pytest working (not even using this anymore lol)
  • Learn Makefile
  • Have test results printed to console
  • Have tests continue after failure
  • Make a template for all future tests

Lessons

Stage 1: Hill Climbing

  • Linear search
  • Selection sort
  • Bubble sort
  • Time complexity