Implemented a C++ Map container built upon a binary search tree. Templated so any objects can be mapped, and prevents memory leaks in case of a allocation error.
Simulates C++'s actual implementation of the shared pointer. This implementation has all of the features, including templating so any object can be pointed to.
Implemented a C++ Map container built upon a Doubly Linked List. This project is trivial and is only used as filler for now.
Collaborative project where we developed tools for El Camino students. I contributed the professor search algorithm and the python Django backend.