Featured Posts

CMU Courses Blog

Learn more about my thoughts on the CMU Courses I took

Read More

Last Updated: May 11, 2024
CMU Carnegie Mellon Lost and Found

Posts

Towers of Hanoi

Introduce Towers of Hanoi Problem, introduce recursive element, code solution in SML, and analyze work-span of solution.

Read More

Last Updated: May 22, 2023
Towers of Hanoi

Autokey Cipher

The implementation of the Autokey Cipher in Python with encryption, decryption, and a brute force attack.

Read More

Last Updated: January 13, 2023
Autokey Cipher