Introduction - If you have any usage issues, please Google them yourself
This system is a student performance management system
Has the following functions:
1. With the sequential list n students student id and achievements input
Thought:
In the main function in the number of students finish the limit, and define the structure of the student body pointer, input function call.
With the structure body complete student information recorded pointer.
2. Choose ranking to n with a student s result in descending order
Thought:
Definition 2 students structures pointer, with choice method is used to complete student achievement in order.
3. Use stack and queue of algorithm operating, delete failing students information, keep pass the information in the stack students or the queue
Thought:
Define a stack and a queue, pass the students of get-together, not pass into the stack, the team output students information.
4. ? on