grind-leetcode
Solutions and visual explanations to LeetCode problems
← Return
226. Invert Binary Tree
Easy
Given the
root
of a binary tree, invert the tree, and return
its root.
Problem
Solutions
Groovy
Java
JavaScript
Kotlin
Python
TypeScript