Skip to content

Lab for the Programming Fundamentals III (Data structures) course

Notifications You must be signed in to change notification settings

simonszuharev/lab6

Repository files navigation

lab6

The requirements for the lab:

Name the program sortedtree.cpp. Make sure the following requirements are met.

Inplement the Binary Search Tree.

Program must compile and run. Driver program should: insert 21 random numbers (1-100) on the tree remove the last number inserted and display the tree To display just use in order traversal No user input for driver program. Hint: Inherit from binarytree (binarytree.zip) as a starting point. Use the BST ADT BinarySearchTree.h

sortedtree.cpp

About

Lab for the Programming Fundamentals III (Data structures) course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages