In C Language1. You need to implement a Binary Search Tree (BST) that storesstudent data for a class attendance system.This system must store the student ID as the key, Student Name, andThe Time of Attendance.It should also have the following menu:
a.) Insert Student Data: By choosing this option, the Student IDand name are being inputted automatically based on the time of thedata input.
b.) Search: By choosing this option, User need to input theStudent ID to search for the student's attendance, then it showsthe student's name, ID, and time of attendance. If the studentwasn't present, it will show "Student Wasn't Present".
c.) Display All Student Data: By choosing this option, thesystem will show all the students data (ID-NAME-Time ofAttendance)d.) Exit the program
In C Language 1. You need to implement a Binary Search Tree (BST) that stores student data for a class attendance syste
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am