Program and Data
Representation: Labs
Go up to the main README file
The labs for this course:
- Lab 5: Trees
- Source code is all contained in the prelab/, inlab/, and postlab/
directories of the code.zip file
- Pre-lab: TreeCalc.h
(src), TreeCalc.cpp (src), TreeNode.cpp (src), TreeNode.h (src), TreeCalcTest.cpp (src).
- In-lab: BinaryNode.h (src), BinaryNode.cpp (src), BinarySearchTree.h
(src), BinarySearchTree.cpp
(src), BSTPathTest.cpp (src), testfile1.txt, testfile2.txt, testfile3.txt.
- Post-lab: AVLNode.h
(src), AVLNode.cpp (src), AVLTree.h (src), AVLTree.cpp (src), AVLPathTest.cpp (src), testfile1.txt, testfile2.txt, testfile3.txt.
- Tutorial 5: make
- Lab 8: x86 (assembly), part 1: in 32-bit and 64-bit versions
- Lab 9: x86 (assembly), part 2: in 32-bit and 64-bit versions