Update operations_on_datastructures/reverse_binary_tree.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Alvin Philips 2021-10-19 07:51:16 +05:30 committed by GitHub
parent 657f759cf8
commit aabd5a200a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ namespace operations_on_datastructures {
/**
* @namespace reverse_binary_tree
* @brief Functions for Creating and Reversing a Binary Tree
* @brief Functions for the [Reverse a Binary Tree](https://www.geeksforgeeks.org/reverse-tree-path/) implementation
*/
namespace reverse_binary_tree {