wingkwong / leetcode-the-hard-way

LeetCode The Hard Way - From Absolute Beginner to Quitter. Join Discord: https://discord.com/invite/Nqm4jJcyBf
https://linktr.ee/leetcodethehardway
844 stars 214 forks source link

Tutorial Entry - Binary Search Tree #656

Closed ChiragAgg5k closed 9 months ago

ChiragAgg5k commented 9 months ago

Change Summary

Wrote tutorial for Binary Search Trees. Closes issue #62

Checklist

General

Tutorial

Solutions

Please do let me know if i missed something or got something wrong. Thanks!

ChiragAgg5k commented 9 months ago

Okay working on it

ChiragAgg5k commented 9 months ago

@wingkwong i have added the changes

ChiragAgg5k commented 9 months ago

Can you please explain what am i missing? Should i write a more detailed example? or pick a different question in the examples?

wingkwong commented 9 months ago

Your tutorials talk about insertion, deletion, searching but your examples don't relate to them directly.

ChiragAgg5k commented 9 months ago

Okay i will try fixing that

ChiragAgg5k commented 9 months ago

@wingkwong i changed the implementation of bst to match what leetcode uses on its site, and changed the examples as well. do let me know if any other probs

ChiragAgg5k commented 9 months ago

@wingkwong done

ChiragAgg5k commented 9 months ago

@wingkwong done (2)