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:05 +05:30
committed by GitHub
parent c5c7876738
commit 575123ddd4

View File

@@ -377,7 +377,7 @@ static void test() {
* @returns 0 on exit
*/
int main(int argc, char *argv[]) {
test(); /// run self-test implementations
test(); // run self-test implementations
operations_on_datastructures::inorder_traversal_of_bst::Node *root =
nullptr; ///< root node of the bst