Introduction - If you have any usage issues, please Google them yourself
1. Verification of Sequence Table
(1) Write test functions to test and verify the sequential table template with two simple types of data (int, char, double, float, etc.).
(2) Define a structure to describe student information. Student information includes: student number, name, gender, class and telephone number, etc. The structure describing students'information is used as the test sequence table of data element type in linear table.
(3) The member functions Max () and min () are added to the class template of the sequence table, which return the ordinal number of the data element with the largest element value in the sequence table, respectively.