Skip to content

Commit f886500

Browse files
committed
add usage
1 parent 4271c76 commit f886500

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

  • Algorithm_full_features/BTree-simpleImplementation

Algorithm_full_features/BTree-simpleImplementation/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
B树定义:
1+
**使用方法:**
2+
(Linux 或 mac 下)使用 GCC 编译器(version >= 4.4), 执行:
3+
4+
```shell
5+
cd [项目目录]
6+
gcc btree.cpp -o btree.out
7+
./btree.out
8+
```
9+
10+
**B树定义:**
211

312
1.本质是一个平衡的 m 叉搜索树(m >= 2)
413

0 commit comments

Comments
 (0)