Skip to content

Commit 420a4ec

Browse files
foo290Panquesito7
andauthored
Update operations_on_datastructures/inorder_successor_of_bst.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 8077202 commit 420a4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations_on_datastructures/inorder_successor_of_bst.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @details
88
* ### Case 1: The given node has the right node/subtree
99
*
10-
* In this case the left most deepest node in the right subtree will come
10+
* * In this case, the left-most deepest node in the right subtree will come
1111
* just after the given node as we go to left deep in inorder.
1212
* - Go deep to left most node in right subtree.
1313
* OR, we can also say in case if BST, find the minimum of the subtree

0 commit comments

Comments
 (0)