Introduction - If you have any usage issues, please Google them yourself
To achieve a simple management information system, student information management, sorting, query, display student information function.
Requirement:
(1) the implementation of chain list;
(2) use quick sort algorithm to achieve sorting function.
(3) use block index lookup algorithm to implement query function(need to build index table).