In this project, I develop an entire management system of a university by implementing the core
concepts of Data Structures & Algorithms such as Linked List, Stacks, Queues, Trees, etc.
This Project will have operations for Administration, Students & Applicants.
- Admin can appoint teachers, departments, grant admission, etc.
- Students can check their details like GPA, attendance, etc.
- Applicants can apply in the University.
1) Search Student by his/her ID
2) Select Courses for Student
3) Print FeeBill as per selected courses
1) Add Teachers
2) Display All
3) Display Tree
4) Search Teacher by ID
5) Update Teacher by ID
6) Delete Teacher by ID
7) Delete All
1) Add Students
2) Display All
3) Display Tree
4) Search Student by ID
5) Update Student by ID
6) Delete Student by ID
7) Delete All
1) Add Courses
2) Display All
3) Display Tree
4) Search Course by ID
5) Update Course by ID
6) Delete Course by ID
7) Delete All