projects
Concert Finder
A chrome extension that finds and displays upcoming concerts in a given city.
Typewriter on Keyboard
A chrome extension that mimics the sound of a typewriter when the user types into the keyboard.
other;
Data Structures and Object Oriented Design in C++Exam Scheduler & AVL Tree
Uses recursive backtracking and an AVL tree data structure to assign students to exams without time conflicts.
Hashtable
Implements quadratic probing for collisions and dynamically resizing for efficiency. Includes custom hash function.
Encryption and Decryption
Implements RSA encrpytion, interactive encryption/decryption using modular expontentiation and the Extended Euclidean Algorithm.