data-structure-typed/test/unit/data-structures
Revone d57d6072c2 fix: Fix bug in BST.isBST to make it compatible with inverse BST.
refactor: Use KeyOrNodeOrEntry as the parameter type consistently in the binary tree data structure.
test: Remove unnecessary performance reports and refactor loop code to use single lines wherever possible.
2023-12-23 11:53:18 +08:00
..
binary-tree fix: Fix bug in BST.isBST to make it compatible with inverse BST. 2023-12-23 11:53:18 +08:00
graph style: code base reformat 2023-12-21 10:26:45 +08:00
hash style: code base reformat 2023-12-21 10:26:45 +08:00
heap style: code base reformat 2023-12-21 10:26:45 +08:00
linked-list style: code base reformat 2023-12-21 10:26:45 +08:00
matrix refactor: Remove the _addTo method from BinaryTree and TreeMultiMap. 2023-12-22 19:59:38 +08:00
priority-queue style: code base reformat 2023-12-21 10:26:45 +08:00
queue style: code base reformat 2023-12-21 10:26:45 +08:00
stack style: code base reformat 2023-12-21 10:26:45 +08:00
tree style: reformated codebase 2023-11-16 10:14:14 +08:00
trie refactor: Unify the return types of all methods and align them with Java, extract the print and hasValue methods to base class. This will make the code more consistent and easier to understand. 2023-12-12 21:14:17 +08:00