CS222, Data Structures

Some old code files from my undergraduate CS222 Data Structures class. At the time I was pretty proud of my fully-recursive AVL tree!

Hash Table

hash.cpp

htable.h

llist.cpp

list.h

AVL Tree

treemethods.cpp

tree1.h

Very long integer division

divide.cpp

Mergesort on Linked List

This was one of my favorite assignments!

llmethods.cpp

ll.h

Share