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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user