Skip to content

Commit

Permalink
Update Number_of_turns_binary_tree.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Dec 22, 2024
1 parent 2369969 commit 8a8d0a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Number_of_turns_binary_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Output: 4
Explanation:
Turns will be at 2, 1, 3, 6.
*/

#include <bits/stdc++.h>
using namespace std;

Expand Down

0 comments on commit 8a8d0a3

Please sign in to comment.