Update operations_on_datastructures/inorder_successor_of_bst.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma
2021-07-12 13:44:15 +05:30
committed by GitHub
parent 575123ddd4
commit eac40112cc

View File

@@ -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: