i m beginner to programming or computer science so please someone help me out using 5189472
I’m beginner to programming or computer science so please someone help me out?
Using a struct statement and other type declaration statements, write a set of type defining statements that describe a binary search tree. There should be left and right subtree pointers and a value field of type int for each node. Also be sure you define a type using typedef as you would have for question #2.1n addition, create a class that contains the prototypes for the functions create, destroy, empty, full, and insert. You don't have to fill out the functions, just the basic declarations that would go into the class declaration in the .h file.