mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
Update operations_on_datastructures/reverse_binary_tree.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief An implemention for [Reversing a Binary
|
* @brief Implementation for the [Reversing a Binary
|
||||||
* Tree](https://www.geeksforgeeks.org/reverse-tree-path/) recursively.
|
* Tree](https://www.geeksforgeeks.org/reverse-tree-path/) recursively.
|
||||||
* @details A binary tree can be reversed by swapping the left and
|
* @details A binary tree can be reversed by swapping the left and
|
||||||
* right child of a node at each node, starting from the root, and
|
* right child of a node at each node, starting from the root, and
|
||||||
|
|||||||
Reference in New Issue
Block a user