Wyo Data Structures - Chapter 6 Resources

Ch. 6 Notes

Ch. 6 Demo 1 - driver program for binary search trees

Ch. 6 Wksht #6 - driver program for binary search trees

Ch. 6 Wksht #7 - finding/removing a node from a binary search tree (Ch. 6 Sxn 3)

Ch. 6 Wksht #8 - linear representation of a binary search trees and heaps (Ch. 6 Sxn 4)

Ch. 6 Wksht #9 - help with binary search tree find & remove

Ch. 6 Proj #1 - driver program for binary search trees