Serach Engine (simple example)
this is simple example for search engine study. it contains of balanced search tree,index inverted,GPS data processing and so on.the balanced search tree was built on AVL tree algorithm with node of meta data index inverted. It implemented the key idea of static search engine for one file(easy to extend to multiple files) and can be referenced by starter of search engine.
用户评论