mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 23:23:05 +08:00
Update operations_on_datastructures/inorder_successor_of_bst.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ namespace operations_on_datastructures {
|
||||
namespace inorder_traversal_of_bst {
|
||||
|
||||
/**
|
||||
* @brief A Node structure representing a single node in bst.
|
||||
* @brief A Node structure representing a single node in BST
|
||||
*/
|
||||
class Node {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user