Skip to content

Commit f209426

Browse files
committed
🔖 release
- @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected] - @algorithm.ts/[email protected]
1 parent ba14f81 commit f209426

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+200
-200
lines changed

Diff for: packages/base64/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/base64/#readme">@algorithm.ts/base64</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/base64/#readme">@algorithm.ts/base64</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/base64">
@@ -146,4 +146,4 @@ project uses `Uint8Array` to represent byte streams.
146146
- [`btoa()` | MDN](https://developer.mozilla.org/en-US/docs/Web/API/btoa)
147147

148148
[homepage]:
149-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/base64#readme
149+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/base64#readme

Diff for: packages/base64/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/base64",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "A Base64 encoding implementation.",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
1212
"directory": "packages/base64"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/base64#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/base64#readme",
1515
"keywords": [
1616
"algorithm",
1717
"base64"

Diff for: packages/bellman-ford/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/bellman-ford#readme">@algorithm.ts/bellman-ford</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/bellman-ford#readme">@algorithm.ts/bellman-ford</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/bellman-ford">
@@ -220,7 +220,7 @@ The following definition is quoted from Wikipedia
220220
- [@algorithm.ts/queue][]
221221

222222
[homepage]:
223-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/bellman-ford#readme
223+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/bellman-ford#readme
224224
[wikipedia-bellman-ford]: https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm
225225
[@algorithm.ts/queue]:
226-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/queue
226+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/queue

Diff for: packages/bellman-ford/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/bellman-ford",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Bellman-ford algorithm.",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4",
1212
"directory": "packages/bellman-ford"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/bellman-ford#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/bellman-ford#readme",
1515
"keywords": [
1616
"algorithm",
1717
"bellman-ford",
@@ -38,8 +38,8 @@
3838
"README.md"
3939
],
4040
"dependencies": {
41-
"@algorithm.ts/graph.types": "^1.0.2",
42-
"@algorithm.ts/queue": "^4.0.3"
41+
"@algorithm.ts/graph.types": "^1.0.3",
42+
"@algorithm.ts/queue": "^4.0.4"
4343
},
4444
"devDependencies": {
4545
"@algorithm.ts/internal": "^0.0.0"

Diff for: packages/binary-index-tree/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/binary-index-tree#readme">@algorithm.ts/binary-index-tree</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/binary-index-tree#readme">@algorithm.ts/binary-index-tree</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/binary-index-tree">
@@ -265,5 +265,5 @@ understand.
265265
## Related
266266

267267
[homepage]:
268-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/binary-index-tree#readme
268+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/binary-index-tree#readme
269269
[binary-index-tree]: https://me.guanghechen.com/post/algorithm/shuffle/#heading-binary-index-tree

Diff for: packages/binary-index-tree/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/binary-index-tree",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Binary Index Tree",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
1212
"directory": "packages/binary-index-tree"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/binary-index-tree#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/binary-index-tree#readme",
1515
"keywords": [
1616
"data-structure",
1717
"bit",

Diff for: packages/binary-search/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/binary-search#readme">@algorithm.ts/binary-search</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/binary-search#readme">@algorithm.ts/binary-search</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/binary-search">
@@ -160,4 +160,4 @@ This package contains three binary search related algorithm implemented in Types
160160
## Related
161161

162162
[homepage]:
163-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/binary-search#readme
163+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/binary-search#readme

Diff for: packages/binary-search/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/binary-search",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Find the index of first elements which greater or equals than the target element.",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4",
1212
"directory": "packages/binary-search"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/binary-search#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/binary-search#readme",
1515
"keywords": [
1616
"algorithm",
1717
"lower bound"

Diff for: packages/bipartite-matching/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/bipartite-matching#readme">@algorithm.ts/bipartite-matching</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/bipartite-matching#readme">@algorithm.ts/bipartite-matching</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/bipartite-matching">
@@ -171,7 +171,7 @@ The following definition is quoted from Wikipedia
171171
- [Matching (graph theory) | Wikipedia][wikipedia-matching]
172172

173173
[homepage]:
174-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/bipartite-matching#readme
174+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/bipartite-matching#readme
175175
[wikipedia-bipartite-graph]: https://en.wikipedia.org/wiki/Bipartite_graph
176176
[wikipedia-matching]: https://en.wikipedia.org/wiki/Matching_(graph_theory)
177177
[bipartite-graph]: https://me.guanghechen.com/post/algorithm/graph/bipartite-graph/

Diff for: packages/bipartite-matching/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/bipartite-matching",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "The algorithm to find the maximum matching of the bipartite graph.",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4",
1212
"directory": "packages/bipartite-matching"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/bipartite-matching#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/bipartite-matching#readme",
1515
"keywords": [
1616
"algorithm",
1717
"bipartite graph matching"
@@ -36,6 +36,6 @@
3636
"README.md"
3737
],
3838
"dependencies": {
39-
"@algorithm.ts/queue": "^4.0.3"
39+
"@algorithm.ts/queue": "^4.0.4"
4040
}
4141
}

Diff for: packages/calculator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/calculator#readme">@algorithm.ts/calculator</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/calculator#readme">@algorithm.ts/calculator</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/calculator">

Diff for: packages/calculator/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/calculator",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "A tiny calculator for number arithmetics such as '+-*/()'",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4",
1212
"directory": "packages/calculator"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/calculator#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/calculator#readme",
1515
"keywords": [
1616
"calculator",
1717
"calculator",

Diff for: packages/diff/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/diff#readme">@algorithm.ts/diff</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/diff#readme">@algorithm.ts/diff</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/diff">
@@ -91,9 +91,9 @@ A typescript implementation to find the **diff** of two sequences or strings.
9191
- [An O(ND) Difference Algorithm and Its Variations](https://mailserver.org/diff2.pdf).
9292
- [最长公共子序列(lcs) | 光和尘][lcs]
9393
- [Longest common subsequence problem | Wikipedia][wikipedia-lcs]
94-
- [@algorithm.ts/lcs](https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/lcs#readme)
94+
- [@algorithm.ts/lcs](https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].5/packages/lcs#readme)
9595

9696
[homepage]:
97-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/diff#readme
97+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/diff#readme
9898
[lcs]: https://me.guanghechen.com/post/algorithm/lcs/
9999
[wikipedia-lcs]: https://en.wikipedia.org/wiki/Longest_common_subsequence_problem

Diff for: packages/diff/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/diff",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Find the diff between of two sequence or string.",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
1212
"directory": "packages/diff"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/diff#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/diff#readme",
1515
"keywords": [
1616
"algorithm",
1717
"diff"
@@ -36,6 +36,6 @@
3636
"README.md"
3737
],
3838
"dependencies": {
39-
"@algorithm.ts/lcs": "^4.0.4"
39+
"@algorithm.ts/lcs": "^4.0.5"
4040
}
4141
}

Diff for: packages/dijkstra/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/dijkstra#readme">@algorithm.ts/dijkstra</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/dijkstra#readme">@algorithm.ts/dijkstra</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/dijkstra">
@@ -162,8 +162,8 @@ The following definition is quoted from Wikipedia
162162
- [@algorithm.ts/queue][]
163163

164164
[homepage]:
165-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/dijkstra#readme
165+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/dijkstra#readme
166166
[wikipedia-dijkstra]: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
167167
[dijkstra]: https://me.guanghechen.com/post/algorithm/graph/shortest-path/dijkstra
168168
[@algorithm.ts/queue]:
169-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/queue
169+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/queue

Diff for: packages/dijkstra/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/dijkstra",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Dijkstra algorithm optimized with priority queue.",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4",
1212
"directory": "packages/dijkstra"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/dijkstra#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/dijkstra#readme",
1515
"keywords": [
1616
"algorithm",
1717
"dijkstra",
@@ -39,8 +39,8 @@
3939
"README.md"
4040
],
4141
"dependencies": {
42-
"@algorithm.ts/graph.types": "^1.0.2",
43-
"@algorithm.ts/queue": "^4.0.3"
42+
"@algorithm.ts/graph.types": "^1.0.3",
43+
"@algorithm.ts/queue": "^4.0.4"
4444
},
4545
"devDependencies": {
4646
"@algorithm.ts/internal": "^0.0.0"

Diff for: packages/dinic/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/dinic#readme">@algorithm.ts/dinic</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/dinic#readme">@algorithm.ts/dinic</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/dinic">
@@ -205,10 +205,10 @@ The **Dinic** algorithm is an algorithm for solving network flow problems.
205205

206206
## Related
207207

208-
- [@algorithm.ts/isap](https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/isap)
209-
- [@algorithm.ts/mcmf](https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/mcmf)
208+
- [@algorithm.ts/isap](https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/isap)
209+
- [@algorithm.ts/mcmf](https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/mcmf)
210210
- [网络流 24 题](https://me.guanghechen.com/post/algorithm/graph/network-flow/24-problems/)
211211
- [网络流基础之最大权闭合图](https://me.guanghechen.com/post/algorithm/graph/network-flow/%E6%9C%80%E5%A4%A7%E6%9D%83%E9%97%AD%E5%90%88%E5%9B%BE/)
212212

213213
[homepage]:
214-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/dinic#readme
214+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/dinic#readme

Diff for: packages/dinic/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@algorithm.ts/dinic",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "The dinic algorithm implemented in typescript",
55
"author": {
66
"name": "guanghechen",
77
"url": "https://github.com/guanghechen/"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3",
11+
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4",
1212
"directory": "packages/dinic"
1313
},
14-
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/dinic#readme",
14+
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].4/packages/dinic#readme",
1515
"keywords": [
1616
"algorithm",
1717
"dinic",
@@ -39,6 +39,6 @@
3939
"README.md"
4040
],
4141
"dependencies": {
42-
"@algorithm.ts/queue": "^4.0.3"
42+
"@algorithm.ts/queue": "^4.0.4"
4343
}
4444
}

Diff for: packages/dlx/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/dlx#readme">@algorithm.ts/dlx</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/dlx#readme">@algorithm.ts/dlx</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/dlx">
@@ -166,5 +166,5 @@ If you are curious about this algorithm, you can visit [here][dlx] for more deta
166166
- [洗牌问题和 dlx 算法][dlx]
167167

168168
[homepage]:
169-
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].2/packages/dlx#readme
169+
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/[email protected].3/packages/dlx#readme
170170
[dlx]: https://me.guanghechen.com/post/algorithm/shuffle/#heading-dlx

0 commit comments

Comments
 (0)