UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
MIT License
70 stars 204 forks source link

[Code Addition Request]: Add red black tree #922

Closed purnima2904 closed 1 month ago

purnima2904 commented 1 month ago

Have you completed your first issue?

Guidelines

Latest Merged PR Link

901

Project Description

A Red-Black Tree is a type of self-balancing binary search tree that ensures efficient performance for search, insert, and delete operations, which all occur in O(logn) time complexity. Red-Black Trees are used in many applications requiring balanced search trees, including databases and the Linux kernel, due to their predictable balance properties and relatively simple balancing mechanism compared to AVL Trees.

Full Name

Purnima Gupta

Participant Role

GSSOC Level 3

github-actions[bot] commented 1 month ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

github-actions[bot] commented 1 month ago

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!