Given the root of a binary tree, invert the tree, and return its root. Python & Java recursive solutions.
-
Updated
Oct 26, 2021 - Java
Given the root of a binary tree, invert the tree, and return its root. Python & Java recursive solutions.
This project shows how easy it is to revert a binary tree using Typescript.
June LeetCoding Challenge
Add a description, image, and links to the invert-binary-tree topic page so that developers can more easily learn about it.
To associate your repository with the invert-binary-tree topic, visit your repo's landing page and select "manage topics."