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

Implement Tree data structures. #19

Open
5 of 8 tasks
happy-san opened this issue Oct 9, 2020 · 2 comments
Open
5 of 8 tasks

Implement Tree data structures. #19

happy-san opened this issue Oct 9, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@happy-san
Copy link
Collaborator

happy-san commented Oct 9, 2020

Goals:

  • Binary Search Tree.

  • AVL Tree.

  • Red-Black Tree.

  • B Tree.

  • B+ Tree.

  • Threaded Binary Tree.

  • Trie.

  • Radix Tree.

@happy-san happy-san added the enhancement New feature or request label Oct 9, 2020
@happy-san
Copy link
Collaborator Author

@code-shoily Shouldn't heap be moved into tree directory?

@happy-san happy-san mentioned this issue Oct 30, 2020
Merged
@happy-san happy-san pinned this issue Jan 17, 2021
@code-shoily
Copy link
Owner

Thank you for handling all those Tree implementations @happy-san

@happy-san happy-san added the good first issue Good for newcomers label Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants