adasarpan404 / stl-javascript

An Open Source Project for STL Javascript
MIT License
10 stars 4 forks source link

How about we implement RB tree and AVL trees? #13

Closed vivekismittal closed 7 months ago

vivekismittal commented 2 years ago

As we know Red Black trees and AVL trees are hard to implement. what if we implement in this packages? as we directly use this package in database implementation which makes so easy to use

adasarpan404 commented 2 years ago

Yes, we can do this.

adasarpan404 commented 2 years ago

red black trees is a interesting concept and it will be fun to implement