Other

Binary Search Tree Map

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.

C++ Smart Pointer

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.

Doubly Linked List Map

Implemented a C++ Map container built upon a Doubly Linked List. This project is trivial and is only used as filler for now.

Warrior Plan for Google CSSI

Collaborative project where we developed tools for El Camino students. I contributed the professor search algorithm and the python Django backend.