C++ Projects
Here is a collection of my favorite projects I've done in C++
ArrayLists
This project implements an array list ADT in C++. Click here to view ArrayLists in GitHub
CalcYouLater
This project implements a reverse polish notation calculator. Click here to view CalcYouLater in GitHub
Gerp
This project simulates the unix grep program. Click here to view Gerp in GitHub
MetroSim
This project simulates a metro system. Click here to view MetroSim in GitHub
Zap
This project compresses a text file using a huffman tree. Click here to view Zap in GitHub