This website requires JavaScript.
Explore
Help
Sign In
x
/
data-structure-typed
Watch
1
Star
0
Fork
You've already forked data-structure-typed
0
mirror of
https://github.com/zrwusa/data-structure-typed.git
synced
2024-11-10 08:04:05 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
284e85e76b
data-structure-typed
/
src
History
Revone
a6329163f7
1. No need for dfsIterative; integrate it directly into the dfs method. 2. Allow for public configuration of setLoopType. 3. Replace subTreeAdd with subTreeForeach for improved clarity and flexibility; provide a callback for enhanced versatility. 4. Standardize the naming of certain methods and parameters.
2023-10-21 20:03:54 +08:00
..
data-structures
1. No need for dfsIterative; integrate it directly into the dfs method. 2. Allow for public configuration of setLoopType. 3. Replace subTreeAdd with subTreeForeach for improved clarity and flexibility; provide a callback for enhanced versatility. 4. Standardize the naming of certain methods and parameters.
2023-10-21 20:03:54 +08:00
interfaces
1. No need for dfsIterative; integrate it directly into the dfs method. 2. Allow for public configuration of setLoopType. 3. Replace subTreeAdd with subTreeForeach for improved clarity and flexibility; provide a callback for enhanced versatility. 4. Standardize the naming of certain methods and parameters.
2023-10-21 20:03:54 +08:00
types
[core] Shared Comparator and DFSOrderPattern among multiple data structures. ESLint config improved
2023-10-20 11:43:26 +08:00
utils
[prettier] bracket spacing false
2023-09-22 10:43:16 +08:00
index.ts
[project] github workflow added. eslint added. formating code by using prettier.
2023-09-21 12:52:17 +08:00