init BiTree Class

This commit is contained in:
2024-11-20 21:09:50 +08:00
parent afb74bb9c2
commit 882c36c956
4 changed files with 21 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef BITREE_H
#define BITREE_H
class BiTree {
};
#endif //BITREE_H