diff --git a/data_structures/binary_trees/threaded_binary_trees.c b/data_structures/binary_trees/threaded_binary_trees.c index 9213ba5a..49accb08 100644 --- a/data_structures/binary_trees/threaded_binary_trees.c +++ b/data_structures/binary_trees/threaded_binary_trees.c @@ -11,7 +11,9 @@ * - Search * - Deletion * - Listing of node keys inorder,preorder,postorder - + * + * -see binary_search_tree.c + * * \author [Amitha Nayak](https://github.com/amitnayakblr) */