CSCI 3333 Class Notes
Stuff We Wrote in Class
Stack implemented with a linked list
stack.h
stack.cpp
driver.cpp
Binary Search Tree
bst.h
bst.cpp
driver.cpp
AVL Tree
avl.h
avl.cpp
driver.cpp
min-heap
- a min heap implemented with an array (not complete)
minheap.h
minheap.cpp
driver.cpp
Memoization solution to the matrix chain multiplication problem
matrixmult.cpp
Other Notes
·
exam 1 review
·
exam 2 review