Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 600 Bytes

README.md

File metadata and controls

executable file
·
8 lines (6 loc) · 600 Bytes

GPA-CGPA-Calculation

A program to manage students informations of their CGPA and GPA

Concept

We want to have many students which each student has many semesters which each semester has many courses. To be able to create that structure, we using nested linked list. So, course linked list in semester linked list, and semester linked list in student linked list. In this project we also implement sorting and searching in the linked list.

Explanation of the project

you can read the report at this GDrive