Skip to content

Commit

Permalink
Update Nodes_at_given_distance_binary_tree.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Nov 4, 2023
1 parent 55cb7af commit 010a0c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Nodes_at_given_distance_binary_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ find all the nodes that are at distance k from the given target node. No parent
pointers are available.
Note:
You have to return the list in sorted order.
The tree will not contain duplicate values.
Expand Down

0 comments on commit 010a0c5

Please sign in to comment.