Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 463 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 463 Bytes

cgpa

This is a terminal based app that stores the details of students along with their SGPAs in each semester, which in turn calculates and displays the CGPA of the student. It allows users to perform various operations such as inserting new student data in a sorted linked list, deleting existing student records, updating student details, searching for students by roll number, displaying top students based on CGPA, and displaying all student records.