codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
359 stars 344 forks source link

Trim a Binary search tree #692

Open SegFault03 opened 1 year ago

SegFault03 commented 1 year ago

My solution to leetcode problem 669: Trim a binary searh tree.

I'm contributing this code as a part of Hacktoberfest 2022.