mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 15:37:06 +08:00
Update operations_on_datastructures/inorder_successor_of_bst.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
* @details
|
* @details
|
||||||
* ### Case 1: The given node has the right node/subtree
|
* ### Case 1: The given node has the right node/subtree
|
||||||
*
|
*
|
||||||
* In this case the left most deepest node in the right subtree will come
|
* * In this case, the left-most deepest node in the right subtree will come
|
||||||
* just after the given node as we go to left deep in inorder.
|
* just after the given node as we go to left deep in inorder.
|
||||||
* - Go deep to left most node in right subtree.
|
* - Go deep to left most node in right subtree.
|
||||||
* OR, we can also say in case if BST, find the minimum of the subtree
|
* OR, we can also say in case if BST, find the minimum of the subtree
|
||||||
|
|||||||
Reference in New Issue
Block a user