Set A
a) Implement a Binary search tree library ( btree.h) with above six operations. Write a menu driven driver program to call the above functions
Set B
a) Write a C program which uses Binary search tree library and implements two more functions.
Create(T, n) – inserts n nodes in the Binary search tree where the values are either accepted from user or randomly generated (use insert)
Count(T) – returns the number of nodes in the tree
a) Implement a Binary search tree library ( btree.h) with above six operations. Write a menu driven driver program to call the above functions
Set B
a) Write a C program which uses Binary search tree library and implements two more functions.
Create(T, n) – inserts n nodes in the Binary search tree where the values are either accepted from user or randomly generated (use insert)
Count(T) – returns the number of nodes in the tree
0 Comments