data-structure-typed/src
2024-11-25 01:29:48 +13:00
..
common feat: Add a rangeSearch method to binary search tree data structures and support tuple parameters as the query range. 2024-11-23 22:49:36 +13:00
data-structures fix: Adjust all entry callback functions to the [key, value] order. 2024-11-25 01:29:48 +13:00
interfaces fix: Adjust type safety for the map method of all binary trees, ensuring it no longer returns the TREE type to its parent class and limiting Node type nesting to a maximum of 10 levels. Fix the issue with RedBlackTree objects being incorrectly compared when used as keys. Rename extractComparable to specificComparable. Correct the order of key and value in callback functions for the map and filter methods. 2024-11-25 01:10:33 +13:00
types fix: Adjust type safety for the map method of all binary trees, ensuring it no longer returns the TREE type to its parent class and limiting Node type nesting to a maximum of 10 levels. Fix the issue with RedBlackTree objects being incorrectly compared when used as keys. Rename extractComparable to specificComparable. Correct the order of key and value in callback functions for the map and filter methods. 2024-11-25 01:10:33 +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