Algorithms_in_C++  1.0.0
Set of algorithms implemented in C++.
operations_on_datastructures Directory Reference

Files

file  inorder_successor_of_bst.cpp
 An implementation for finding the Inorder successor of a binary search tree Inorder successor of a node is the next node in Inorder traversal of the Binary Tree. Inorder Successor is NULL for the last node in Inorder traversal.
 
file  trie_multiple_search.cpp
 Trie datastructure with search variants