Introduction - If you have any usage issues, please Google them yourself
Project: the design and implementation of a student management system, the definition of a (including student information, student number, name, score) of the order of the table, can not consider the same situation, at least the system contains the following functions:
1. enter student information one by one according to the number of students assigned;
2. display the relevant information of all the students in the student list one by one;
3. give a student information and insert it to the specified location in the table;
4. delete the student record at the specified location;
5. statistics table number of middle school students;
6. use direct insertion sort or binary insertion sort to sort by name;
7., the use of quick sort, according to the number of students to sort;
8. under the name of bisearch, requires the use of recursive algorithm, the successful return of the student learning and achievement;