文件名称:basic-search-engine:使用BTree和位图的搜索引擎
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-02 12:03:44
Java
搜索引擎实施 输出 Typical search engine implemeting BTree and Bitmap with 4 document indicating 0,1 1 = keyworkd found in in the document id offset 0 = keyworkd not found in the document id offset aaaa: 0000 bbbb: 0001 cccc: 0010 mmmm: 1100 size: 13 height: 2 ----------------------------- aaaa => 0000 bbbb => 0001 (cccc) cccc => 0010 dddd => 00
【文件预览】:
basic-search-engine-master
----src()
--------searchengine()
----.gitignore(44B)
----README.md(760B)