HackClubRAIT / Wizard-Of-Docs

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

Invert Binary Tree #132

Closed surjyaneeh closed 1 year ago

surjyaneeh commented 1 year 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 1 year ago

@surjyaneeh Assigning you this issue. Happy Coding !