init BiTree Class
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef BITREE_H
|
||||
#define BITREE_H
|
||||
|
||||
|
||||
|
||||
class BiTree {
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif //BITREE_H
|
||||
Reference in New Issue
Block a user