The application provides a computer
interlocking code bit search method based on a sorting dictionary tree, comprising the following steps: S1, initializing a sorting dictionary
tree data structure; S2, sequentially inserting all code bit objects contained in a code bit table, reconstructing the sorting dictionary
tree data structure according to a code bit object name string each time of
insertion, inserting each code bit object pointer into a sorting one-dimensional array sortedBitArr in sequence, and refilling a two-dimensional array val2NodesArr used for determining a starting search dictionary
tree node according to a newly added
tree node; S3, obtaining all starting search dictionary tree nodes based on the two-dimensional array val2NodesArr according to a keyword input by a user at present, sequentially preorder traversing the sorting dictionary tree from each starting search dictionary
tree node, and if the keyword matches successfully, combining the sorting one-dimensional array sortedBitArr to determine all code bit objects meeting the requirement and putting the code bit objects into a search
result set. The application greatly improves the search efficiency, success rate and availability of the search method, reduces the
address space consumption of each dictionary tree node, and shortens the search consumption time.