/DSAFall2019

Projects from the Cooper Union data structures and algorithms (1) class.

Primary LanguageC++

DSAFall2019

Proj 1: Make DIY Stacks and Queues using C++ templates. Parse long text files of commands to manage the data structures.

Proj 2: Sort 4 different text files of length 100,000 - 1,000,000 lines, each line containing a last name, first name and SSN. Do this as quickly as possible.