- Run othellochecker.py to see the results of the Othello algorithm in Othellov2_4_Lord.py play a random selection algorithm 100 times
- Run WordLadder.py and enter two words of length 6-10, both the same length, to find the word ladder between them. Try "charge" and "chance".
- Run MinHeap.py for an implementation of a MinHeap