mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 23:23:05 +08:00
clang-format and clang-tidy fixes for 420a4ec1
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
* @details
|
||||
* ### Case 1: The given node has the right node/subtree
|
||||
*
|
||||
* * 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.
|
||||
* * 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.
|
||||
* - Go deep to left most node in right subtree.
|
||||
* OR, we can also say in case if BST, find the minimum of the subtree
|
||||
* for a given node.
|
||||
|
||||
Reference in New Issue
Block a user