MCPcopy 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"""
2Given the root of a binary tree, mirror the tree, and return its root.
3
4Leetcode problem reference: https://leetcode.com/problems/mirror-binary-tree/

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected