Introduction - If you have any usage issues, please Google them yourself
1 simple case of student management system. Each student recorded the following data items: student number, name, gender, age. Said student data using a hash table, using zip method to solve the conflict. Design a system, so that it can facilitate the establishment of the students in the table, the students complete the table of the insert, delete and search.