CS111 Test III Topics to cover and coding review problems
Topics/practice
- Know how to implement a Queue structure.
- Know how to implement a Binary Search Tree, which includes adding nodes,
deleting nodes, traversing nodes, counting nodes, etc.
- Know how to write a comparable class.
- Know the difference between a TreeSet and a TreeMap. Know how to work with both.
- Know how to work with a Map (HashMap).
Practice writing the solutions for Map-1 and
Map-2 in codingbat.com/java