CS111 Test III Topics to cover and coding review problems
Topics/practice
- Know the terminology for a Binary Search Tree.
- Know how to implement a Binary Search Tree. Know how to code the scenarios for adding a node to the tree. Know how to code the scenarios for deleting a node from the tree.
- Know how to traverse a Binary Search Tree.
- Know how to write a comparable class to represent a Tree Node.
- Know the difference between a TreeSet and a TreeMap. Know how to work with both.
- Know how to work with a Map (HashMap).