From e7e87c91da09f1f3998a6fce9cc11bed770bfd2d Mon Sep 17 00:00:00 2001 From: Lajat5 <64376519+Lazeeez@users.noreply.github.com> Date: Thu, 30 Sep 2021 14:45:59 +0530 Subject: [PATCH] Fix #2 --- others/recursive_tree_traversals.cpp | 1 - 1 file changed, 1 deletion(-) 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