Question: Create a program in C use binary search tree. Write a menu based program to maintain student records. Your program should take the following inputs:

Create a program in C use binary search tree.
 Create a program in C use binary search tree. Write a
menu based program to maintain student records. Your program should take the

Write a menu based program to maintain student records. Your program should take the following inputs: 1. Student ID (any value between 1000 to 1100)- NO DUPLICATES 2. Student first name (max. 20 characters) 3. Student last name, (max. 20 characters) 4. Student scores (float/double), eg. 85.4 5. Zip code (may be a string) You have to create a structure Student with above information. Then create a Binary Search Tree where each node in the BST contains a Student Notel: Student ID (left child)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!