ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
69 stars 211 forks source link

Add Red-Black Tree (RBT) to BST #577

Closed jvkousthub closed 2 weeks ago

jvkousthub commented 2 weeks ago

🚀 Feature Request

Is your feature request related to a problem? Please describe.

There is no Red-Black Tree (RBT) in BST

Describe the solution you'd like

Add Red-Black Tree (RBT) to BST

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.


Would you like to work on this feature?

jvkousthub commented 2 weeks ago

@ajay-dhangar Assign me with this issue