diff --git a/Containers/public/AvlTree.hpp b/Containers/public/Tree.hpp similarity index 100% rename from Containers/public/AvlTree.hpp rename to Containers/public/Tree.hpp diff --git a/Containers/tests/AvlTest.cpp b/Containers/tests/TreeTest.cpp similarity index 99% rename from Containers/tests/AvlTest.cpp rename to Containers/tests/TreeTest.cpp index 0b56699..7e39bc3 100644 --- a/Containers/tests/AvlTest.cpp +++ b/Containers/tests/TreeTest.cpp @@ -1,7 +1,7 @@ #include "Tests.hpp" -#include "AvlTree.hpp" +#include "Tree.hpp" #include "Testing.hpp"