In C Language 1. You need to implement a Binary Search Tree (BST) that stores student data for a class attendance syste

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

In C Language 1. You need to implement a Binary Search Tree (BST) that stores student data for a class attendance syste

Post by answerhappygod »

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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply