code-shoily/algorithms-in-dart

Implement Tree data structures.

happy-san opened this issue · 2 comments

Goals:

  • Binary Search Tree.

  • AVL Tree.

  • Red-Black Tree.

  • B Tree.

  • B+ Tree.

  • Threaded Binary Tree.

  • Trie.

  • Radix Tree.

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

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