HackClubRAIT / Wizard-Of-Docs

A open source project to bring all the data structures and algorithms docs under one repository.
MIT License
19 stars 43 forks source link

Invert Binary Tree #132

Closed surjyaneeh closed 2 years ago

surjyaneeh commented 2 years ago

Description

Given the root of a binary tree, invert the tree, and return its root.

Programming language

Are you contributing under any open-source program ?

HCSOC22'


Chaitalishetty commented 2 years ago

@surjyaneeh Assigning you this issue. Happy Coding !