aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/dsa/VP_Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/dsa/VP_Tree.h')
-rw-r--r--meowpp/dsa/VP_Tree.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/meowpp/dsa/VP_Tree.h b/meowpp/dsa/VP_Tree.h
index 1877b74..e2daa28 100644
--- a/meowpp/dsa/VP_Tree.h
+++ b/meowpp/dsa/VP_Tree.h
@@ -1,11 +1,13 @@
-#ifndef VP_Tree_H__
-#define VP_Tree_H__
+#ifndef dsa_VP_Tree_H__
+#define dsa_VP_Tree_H__
+
+#include "../math/utility.h"
+
+#include <cstdlib>
#include <list>
#include <vector>
-#include <cstdlib>
#include <queue>
-#include "../utility.h"
namespace meow{
//#
@@ -90,9 +92,6 @@ namespace meow{
Answers* __out) const;
void clear(Node* __root);
Node* dup(Node* __root);
- //
- void print(Node* __node, int depth = 1,
- Node* __parent = NULL, bool __near = true) const;
public:
VP_Tree();
VP_Tree(VP_Tree const& __tree2);
@@ -152,8 +151,6 @@ namespace meow{
//#|=====================================================================
-
- void print() const;
};
//#
//#[NOTE]
@@ -170,4 +167,4 @@ namespace meow{
#include "VP_Tree.hpp"
-#endif // VP_Tree_H__
+#endif // dsa_VP_Tree_H__