Introduction - If you have any usage issues, please Google them yourself
Problem descriptionTranspose method is used to implement a self-organizing linear table, save a set of characters used to query. The basic requirements(1) the file read into a set of Chinese character set, using self-organizing linear table to save.(2) in the query, by using transposed to adjust the organization linear table content.(3) the file read in turn need to query the Chinese characters, the query results in a file (such as find, return to compare the number of times, if not found, the number of comparisons return)