Question: Create a binary search tree by inserting the records of 10 students in the students.txt file to a binary search tree that is empty to
Create a binary search tree by inserting the records of 10 students in the students.txt file to a binary search tree that is empty to begin with. A tree node should only contain the roll number of the corresponding student as the key, and the remaining entries (first name, e-mail ID, and department) of the corresponding student should be stored as satellite data of this key.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
