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;