54.1k views
0 votes
Create a program that keeps track of student information at a college. The student information should include name, identification number, and grade point average, with the unique identifier (key) for each student being the identification number. The implementation should be a binary search tree.

User Degs
by
4.9k points

1 Answer

4 votes

I'm finding it difficult to submit my answer.

Check the attachments below for answer and explanation

Create a program that keeps track of student information at a college. The student-example-1
Create a program that keeps track of student information at a college. The student-example-2
Create a program that keeps track of student information at a college. The student-example-3
Create a program that keeps track of student information at a college. The student-example-4
User Sivilian
by
5.1k points