Introduction - If you have any usage issues, please Google them yourself
The basic idea of sequential search: start from one end of the table, sequential scanning linear form, and in turn will scan to the node, keywords, and given the value of k compared, when scanning to node k is equal to the Find success yet to find the end of the scan is equal to k nodes, the lookup fails.