notes and my code snippets going through mit 6.0001 computer science and programming in python
selection sort
bubble sort
classes, subclasses, class variables
basic dynamic programming: efficient Fibonacci
recursion - palindrome checker
palindrom checker - not recursive
recursion - find the nth Fibonacci number
recursion - towers of hanoi
dictionaries - item frequency of occurence