Introduction - If you have any usage issues, please Google them yourself
1, respectively, to complete the sequence table and linked list implementation, and data used in testing. For example: input data 36,65,32,75,46,80.
(1) output the data.
(2) inserted in the 75 front 38 a data output after insertion of the linked list.
(3) to remove 75
(4) modify the 36 to 90