From a26f96a8a8155e80a3c9b30bf992d2ee01959207 Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Sun, 22 Dec 2024 21:45:51 +0530 Subject: [PATCH] Update Number_of_turns_binary_tree.cpp --- Daily/Number_of_turns_binary_tree.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Number_of_turns_binary_tree.cpp b/Daily/Number_of_turns_binary_tree.cpp index b7cb9ef..baa282d 100644 --- a/Daily/Number_of_turns_binary_tree.cpp +++ b/Daily/Number_of_turns_binary_tree.cpp @@ -14,7 +14,6 @@ Turns will be at 2, 1, 3, 6. */ #include using namespace std; - struct Node { int data;