jrdevore / Algs-and-DataStructure-Implementations

Personal Studies and Implementation of Core Data Structures in C++
0 stars 0 forks source link

Chapter 15 Binary Search Trees #9

Open jrdevore opened 7 years ago

jrdevore commented 7 years ago

Problems / Exercises: 15.1, 15.2, 15.3, 15.4, 15.5, 15.8, 15.9

BST Development Branch

jrdevore commented 7 years ago

Work log: 1/22/17

  1. Finished 15.1 - Check if tree is a binary search tree
  2. Wrote Psuedo Code for 15.1 Alternate solution
  3. Wrote Psuedo Code for 15.2 & 15.3