Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 250 Bytes

B_plus-Tree

FileOption.cpp 实现对文件的读取

bplus_tree.cpp 实现对string.txt与dict.txt的大规模字符串匹配,匹配string有多少字符串在dict中

运行方法:

  • g++ .\bplus_tree.cpp .\FileOption.cpp -o main
  • ./main