-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Detailed description
Add a Red-Black Tree data structure implementation to the data_structures folder. This self-balancing BST provides O(log n) time complexity for insertions, deletions, and lookups.
Context
Red-Black Trees are fundamental data structures used in many standard libraries. Adding this would help students understand self-balancing trees and benefit competitive programmers.
Possible implementation
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request