Introduction - If you have any usage issues, please Google them yourself
Design algorithm for linear structural elements of a single generation and the list of search, insert and delete. Specific implementation requirements: (1) of n integers from the keyboard input to 0 as the closing tag, creating a single non-header list, and enter the node values. (2) Enter an integer from the keyboard in a single linked list to find the location of the node. If found, it shows " found" otherwise display " not found." (3) Input 2 integers from the keyboard, a position that want to insert i, the other that want to insert the value x, the x inserted in the corresponding position, the output values of a single linked list of all nodes,