mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-09 23:54:04 +00:00
2.2 KiB
2.2 KiB
Changelog
All notable changes to this project will be documented in this file.
References
v1.36.7 (upcoming)
Changes
- [rbtree] implemented, but with bugs
#13
- [trie] renamed ambiguous methods and add comments to all methods.
#12
- [binarytree] modified the getDepth method to adhere to the proper def…
#11
- Trie
#10
- [tree] getHeight returns faulty height bug fixed
#9
- [trie] support casesensitivity. getWords bug fixed
#8
- [binary-tree, graph] In order to optimize the design of Binary Trees,…
#7
- [BinaryTree, Heap] In abstract classes, only retain abstract methods.…
#6
- [heap] test
#5
- [heap, priority queue] Heap improved. References #123: redesigned
#4
- test
#3