Introduction - If you have any usage issues, please Google them yourself
Data structure in the order list and several forms of the search algorithm. The basic idea: to start from one end of the table, the order of the linear table scan, followed by scanning the nodes of a given keyword and compare the value of k, if equally divided, to find success if scanning the other side of the table is still not found keyword k with the same node, then the failure to find.