Introduction - If you have any usage issues, please Google them yourself
Order table lookup, insertion and deletion. Design algorithms, and produce as well as elements of the linear structure on the order table lookup, insert and delete. Concrete realization of the requirements:
An input 10 integers from the keyboard, resulting in the order table and enter the node values .
(2) from the keyboard to enter an integer in the sequence table to find the location of the node. If found, the location of output nodes if no shows "not found".
3 input two integers from the keyboard, a position i want to insert another expressed the wish to insert the value of x, x is inserted in the corresponding position on all the node values of the output sequence table to observe the output.
4 Enter an integer from the keyboard to indicate the position you want to delete the node, all node values of the output sequence table to observe the output.