Skip to content

yrojx/GPA-CGPA-Calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages