Inspiration
excited for participating in this hackathon
What it does
In this project I use two datastructures from c++ , "Vector" and "Structure" to design project for storing student data and returning the Student data in sorted order a/c to avgmarks. Brief review structure stores the name, student ID, grades,and average grade of a student. The compareStudents function is used to sort the vector of students based on their average grades, in descending order. The program calculates the average grade of each student by summing up their grades and dividing by the number of grades. The sorted student information is then printed to the console.
How we built it
I implemented it using STL vector and Struct in c++
Challenges we ran into
Ran into few bugs but we were able to solve as a team
Accomplishments that we're proud of
What we learned
Brushes our Data structure knowledge
What's next for Implement a data structure - Student Database
We will try to retrieve data dynamically.
Built With
- algorithm
- c
- c++
- datastructure
- visual-studio
Log in or sign up for Devpost to join the conversation.