data-structure-typed/src
Revone c3122e7fc7 fix: Type safety fixes for ComparableObject.
feat: Use extractComparable in the BST data structure to control key comparisons instead of directly passing a comparator. Use isReverse to control whether the tree is reversed instead of relying on the comparator.
Removed the unnecessary getNodeByKey method.chore: Support list configuration for performance testing.
2024-11-22 17:12:06 +13:00
..
common feat: add range search functionality to BST 2024-11-22 11:23:57 +13:00
data-structures fix: Type safety fixes for ComparableObject. 2024-11-22 17:12:06 +13:00
interfaces feat: The binary trees support storing values in a Map and provides parameters for Map mode. #111. Rename type definitions and parameter names to align with best practices. 2024-11-01 19:40:19 +13:00
types fix: Type safety fixes for ComparableObject. 2024-11-22 17:12:06 +13:00
utils fix: Type safety fixes for ComparableObject. 2024-11-22 17:12:06 +13:00
index.ts feat: add range search functionality to BST 2024-11-22 11:23:57 +13:00