From aabd5a200a1b2f130a13f8b10625d0acc0f8daf8 Mon Sep 17 00:00:00 2001 From: Alvin Philips Date: Tue, 19 Oct 2021 07:51:16 +0530 Subject: [PATCH] Update operations_on_datastructures/reverse_binary_tree.cpp Co-authored-by: David Leal --- operations_on_datastructures/reverse_binary_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations_on_datastructures/reverse_binary_tree.cpp b/operations_on_datastructures/reverse_binary_tree.cpp index ce9dd8a72..75512f083 100644 --- a/operations_on_datastructures/reverse_binary_tree.cpp +++ b/operations_on_datastructures/reverse_binary_tree.cpp @@ -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 {