• Joined on 2024-08-29
x synced commits to main at x/data-structure-typed from mirror 2025-03-01 12:34:04 +00:00
69d78fdc87 release: v2.0.3
50e8d9f315 release: v2.0.3
6dfcc7603f styles: Simplify trampoline to a traditional approach. release: Publish version 2.0.2.
c2dc5aa914 feat: Use Number.MAX_SAFE_INTEGER instead of Infinity.
Compare 4 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-12-06 02:04:04 +00:00
69f8e7de3d docs: Added example code for HashMap, Queue, and Stack.
de0a2f1053 release: 2.0.0
Compare 2 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-12-05 09:54:05 +00:00
9224252367 perf: Optimize the performance of indexOf, lastIndexOf, slice, and splice methods in Queue, Deque, SinglyLinkedList, and DoublyLinkedList. The performance is now satisfactory with a dataset of 1 million elements.
4a522db1e3 feat: Added multiple methods to all linear data structures (Queue, Deque, DoublyLinkedList, SinglyLinkedList), including join, concat, sort, slice, lastIndexOf, findIndex, splice, reduceRight, and fill. Abstracted LinearBase and LinearLinkedBase classes to implement high-performance member methods tailored to different data types.
731ef56e10 docs: Add an example code for a sliding window using Deque.
17cfcbd66c feat: Change the size property of all queue-based data structures to length to align with JavaScript's Array.
d27784228b feat: Add maxLen configuration option to all queue-based data structures.
Compare 7 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-12-02 08:34:05 +00:00
a008a33a30 style: Utilize the built-in _dfs method across all binary tree data structures to optimize the search method.
b759eecf59 feat: Allow BinaryTree to support adding duplicate keys. docs: BinaryTree
Compare 2 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-11-30 15:54:03 +00:00
a19080bb53 docs: playground project added
116324610d docs: playground project added
Compare 2 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-11-30 07:54:04 +00:00
dd27393049 fix: Remove export restrictions in package.json to enable ESModules to work properly.
8b247456f5 release: v1.54.1
cbda9c152b fix: Strictly implemented the IBinaryTree interface in TreeMultiMap and AVLTreeMultiMap, while passing the correct MV[] type.
b16559bc54 feat: Implemented correct TreeMultiMap and AVLTreeMultiMap. Removed support for Raw parameters in the add and delete methods, #115.
6dc64dbb53 fix: Discard the awkward type-safe implementation in the binary tree data structure where subclasses need to pass the node type and tree type back to the parent class.
Compare 5 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-11-25 13:44:05 +00:00
x synced commits to main at x/data-structure-typed from mirror 2024-11-24 13:24:04 +00:00
829403dc63 fix: Adjust all entry callback functions to the [key, value] order.
1a1ea21444 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.
Compare 2 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-11-24 05:14:05 +00:00
1494ffa84f docs: more example code for RedBlackTree and BinarySearchTree
4298ac658b feat: Add a rangeSearch method to binary search tree data structures and support tuple parameters as the query range.
5077c0d291 docs: Improve the documentation for pushMany, addMany, and similar methods.
f1fecd828a feat: Add pushMany, addMany, unshiftMany, or addMany methods to all data structures.
Compare 4 commits »
x created branch main in x/subl 2024-11-23 17:44:48 +00:00
x pushed to main at x/subl 2024-11-23 17:44:48 +00:00
c1a497aad7 sync
x created repository x/subl 2024-11-23 17:44:12 +00:00
x synced commits to main at x/data-structure-typed from mirror 2024-11-22 12:34:04 +00:00
ca7e60e465 fix: rename the keyValueNodeEntryRawToNodeAndValue to _keyValueNodeEntryRawToNodeAndValue and make it protected
aab0c87da0 docs: add example code for Trie
e4ebf5fae1 fix: Skip writing when the ci process cannot read the subpackages directory.
Compare 3 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-11-22 04:24:05 +00:00
c3122e7fc7 fix: Type safety fixes for ComparableObject.
080a671de1 feat: add range search functionality to BST
713b145a1c feat: Add a highly generic search method to binary tree data structures. Adjust the parameter order for the getPathToRoot method. Add example code to the BST documentation. Rename the get method in DoublyLinkedList and SinglyLinkedList to search.
a0623db58c style: Beautify code format for test case conversion examples
a1c468b19b chore: Automate writing code examples to README.md for sub-packages
Compare 5 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-11-20 11:34:04 +00:00
fde5af1f1c fix: #114. feat: Enhanced SinglyLinkedList methods to support Node type parameters for push, unshift, addAfter, addBefore, getNode, addAt, delete, indexOf; added a new get method.
09a5d8a11a feat: Enhanced DoublyLinkedList methods to support Node type parameters for push, unshift, addAfter, addBefore, getNode, addAt, delete, indexOf, and getBackward; added a new get method.
1b0ee601ac fix: Fix the bug where a regex replacement error occurs when test cases contain both .toBeUndefined() and .toBe or .toEqual.
f84518cc6d fix: Fixed a bug in the DoublyLinkedList.delete method. Improved the feature for generating sample code documentation for test cases. Added classic example code for Heap and DoublyLinkedList.
e09be8c3a6 chore: Implement unit tests as example code in the README.md and source code comments.
Compare 6 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-11-16 10:14:04 +00:00
476395ef72 chore: Add source map support for ESModule. Add a 'browser' field to package.json. Performance optimization of getRandomIntArray method
x pushed to main at x/nvim 2024-11-15 01:48:39 +00:00
b5b96bc02e save
x pushed to main at x/nvim 2024-11-11 03:34:22 +00:00
f422cec5d9 disable annoying shit autocomplete <CR> and copilot
x pushed to main at x/nvim 2024-11-09 12:52:21 +00:00
f755583cde alias e %:h/
x pushed to main at x/nvim 2024-11-09 03:22:10 +00:00
5669edd8c9 add vlang