• Joined on 2024-08-29
x created branch main in x/nvim 2024-11-09 03:14:19 +00:00
x pushed to main at x/nvim 2024-11-09 03:14:19 +00:00
7af398a18c save nvim config
x created repository x/nvim 2024-11-09 03:13:55 +00:00
x synced commits to main at x/data-structure-typed from mirror 2024-11-03 13:24:05 +00:00
5adf75f99c fix: Fix the bug where the binary tree repeatedly adds elements with the same key in map mode and the bug where the node’s value is instantiated simultaneously. Enable map mode by default.
x synced commits to main at x/data-structure-typed from mirror 2024-11-01 12:24:05 +00:00
37ff9207fe release: v1.53.0
28ff30ea4b 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.
8ae577315a release: v1.52.9
Compare 3 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-10-31 04:04:04 +00:00
6ef4b47b0b docs: Complete the documentation for the print method in BinaryTree. Correct the unit tests for the print method.
9ace395564 fix: Fix bug in BinaryTree.print to support undefined, null, and NIL. Fix #106
5992ae5d0d release: v1.52.8 wiht ci flow fixed
Compare 5 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-10-30 11:44:04 +00:00
9e62968e3d release: v1.52.8
487f45f6b2 release: v1.52.7
6428e0f228 fix: Bug fix #103: Fixed an issue where all binary tree clone methods lost constructor parameters. Optimized variable names. Standardized access modifiers for binary tree member variables.
fc0d157295 refactor: Test coverage increased to 95.63%.
Compare 4 commits »
x synced commits to main at x/data-structure-typed from mirror 2024-10-29 11:14:05 +00:00
aece11bd01 release: v1.52.6
a29dc270e6 Change the print method to return a value instead of directly calling console.log.Unify the logic of all keyValueOrEntryOrRawElementToNode methods in BinaryTree.
Compare 2 commits »
x synced commits to main at x/offload from mirror 2024-10-28 15:34:04 +00:00
55089b91c9 fix readme
x synced commits to main at x/offload from mirror 2024-10-26 22:54:04 +00:00
ae3881975c minor improvements; fix: error handler
x synced commits to main at x/data-structure-typed from mirror 2024-10-21 15:44:05 +00:00
9f197d48b0 fix: import * as console from 'console' removed
18fe006652 style: Remove unnecessary comments.
5a492c1801 refactor: To standardize the _dfs method of the BinaryTree to achieve full generalization.
e271f73de0 feat: Refactor the BinaryTree's dfs method into a private helper function _dfs to prepare for a more generic implementation.
42235802c3 fix: The default value for the iterationType parameter in all binary tree methods is the member variable this.iterationType.
Compare 7 commits »
x pushed to main at x/grip 2024-10-19 14:20:16 +00:00
9051b35491 fix wrong type
70373a6dc9 satisfy no-slow-types
e5dde2dedb publish
a17ffc8204 publish
Compare 4 commits »
x pushed to main at x/grip 2024-10-19 13:52:38 +00:00
69d4788f64 bump version
x pushed to main at x/grip 2024-10-19 13:51:07 +00:00
a6edb3505b docs
3cff57ccac publish
Compare 2 commits »
x pushed to main at x/grip 2024-10-19 13:32:03 +00:00
7b38353a02 publish
x pushed to main at x/grip 2024-10-19 13:30:20 +00:00
8b6afb4032 setup jsr
x synced commits to main at x/data-structure-typed from mirror 2024-10-19 06:54:04 +00:00
ea0d4272df fix: Fix #100 the return type error in the find method's callback function in IterableEntryBase.
07dd75de70 test: The test cases have been added, though slightly tricky. The overall test coverage is currently at 93.27%.
Compare 2 commits »
x pushed to main at x/grip 2024-10-19 04:18:52 +00:00
f0ccb05ad7 semver
x pushed to main at x/grip 2024-10-17 23:06:14 +00:00
5f6944faaf node compat
x pushed to main at x/grip 2024-10-17 22:52:19 +00:00
61e63987d1 minor improvements