Introduction - If you have any usage issues, please Google them yourself
Design and implement a student management system, namely the definition of a student information (student number, name, results) of the sequence table, can not consider the same name, the system contains at least the following functions: (1) according to the specified student number, enter individual students (2) display information for all students in the student table one by one (3) to set a student information and inserted into the location specified in the table (4) Delete the specified location of student records (5) Statistics table the number of secondary school students (6) the direct insertion sort, binary insertion sort to sort by name (7) quick sort to sort according to student number (8) binary search based on name, requires the use of a recursive algorithm to achieve successful return according to student number, student number and grades of students (9) binary search requires the use of non-recursive algorithm, the successful return of the names and achievements o