C++
Utilizes linked lists and templates to organize data so that computations can be completed. Data is read in via a .txt file. Templates are used to allow for different types of data to be inputted.
During this project, I learned how to utilize C++ templates, parse .txt files, and use overloaded operators to achieve clean code.