Introduction - If you have any usage issues, please Google them yourself
Assuming a list contains a class of students all the information, each node contains the following data field: No. school, name, the class results and the average points (assuming all the scores are 0-100 integer) , the design process with me to sort the results on the specified sort and output the results. The basic requirements: (1) Each box (0-100) described as a linked list (2) To sort list from the first to start, by the deletion of each node, and the deleted node Add appropriate the box. (3) to collect and link the boxes in each node to create a sort of list and output.
Packet : 23825758xiangpaixu.rar filelist
箱排序设计\源程序\binsort.c
箱排序设计\源程序\student.txt
箱排序设计\源程序
箱排序设计