From a3d1ac379f7c94b5e8b6a6ac62f6ac37e614cd7b Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:38:53 +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 cb7cb70..c38976d 100644 --- a/Daily/Number_of_turns_binary_tree.cpp +++ b/Daily/Number_of_turns_binary_tree.cpp @@ -20,7 +20,6 @@ using namespace std; - struct Node { int data;