Posts
Towers of Hanoi
Introduce Towers of Hanoi Problem, introduce recursive element, code solution in SML, and analyze work-span of solution.
Autokey Cipher
The implementation of the Autokey Cipher in Python with encryption, decryption, and a brute force attack.