Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ mirror_binary_tree.py
File
mirror_binary_tree.py
data_structures/binary_tree/mirror_binary_tree.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Given the root of a binary tree, mirror the tree, and
return
its root.
3
4
Leetcode problem reference: https://leetcode.com/problems/mirror-binary-tree/
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected