diff --git a/others/recursive_tree_traversals.cpp b/others/recursive_tree_traversals.cpp index 1a1e49ec1..3eea5e8a8 100644 --- a/others/recursive_tree_traversals.cpp +++ b/others/recursive_tree_traversals.cpp @@ -250,7 +250,6 @@ static void test2() { * / \ * 7 8 * - * *******************************************************************************/ others::recursive_tree_traversals::BinaryTree