Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red Black tree class #69

Closed
5 tasks done
aveldan opened this issue Jul 8, 2024 · 2 comments
Closed
5 tasks done

Red Black tree class #69

aveldan opened this issue Jul 8, 2024 · 2 comments
Assignees
Labels
Tree Related to tree classes and/or functions for trees

Comments

@aveldan
Copy link
Contributor

aveldan commented Jul 8, 2024

We do not have red black tree structure as of yet. It is a self balancing binary search tree data structure.

Concept

WiKi

Thing to impliment

  • Structure of the class (including methods like search, remove and traversal)
  • Iterator class
  • Visualize
  • Tests
  • Examples
@spirosmaggioros
Copy link
Member

I did not say we have. I said that i've implemented one for my personal files. But it is not good enough to be in there. The check boxes works for me, looking forward to your PR!

@spirosmaggioros spirosmaggioros added the Tree Related to tree classes and/or functions for trees label Jul 8, 2024
@spirosmaggioros
Copy link
Member

This is closed. All boxes are checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tree Related to tree classes and/or functions for trees
Projects
None yet
Development

No branches or pull requests

2 participants