Skip to content

Commit 85145dc

Browse files
committed
📝 docs: update README
1 parent 7f94624 commit 85145dc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ Typescript.
5252

5353
## Overview
5454

55-
Package | Description
56-
:------------------------------------:|:--------------------------
57-
[@algorithm.ts/knuth-shuffle][] | A typescript implementation of the Knuth-Shuffle algorithm.
55+
Package | Description
56+
:------------------------------:|:--------------------------
57+
[@algorithm.ts/dlx][] | A typescript implementation of the **DLX** algorithm.
58+
[@algorithm.ts/knuth-shuffle][] | A typescript implementation of the Knuth-Shuffle algorithm.
59+
[@algorithm.ts/sudoku][] | To solve Sudoku problems and generate Sudoku problems with unique solution.
5860

5961

6062
## License
@@ -63,4 +65,6 @@ algorithm.ts is [MIT licensed](https://github.com/guanghechen/algorithm.ts/blob/
6365

6466

6567
[homepage]: https://github.com/guanghechen/algorithm.ts
68+
[@algorithm.ts/dlx]: ./packages/dlx
6669
[@algorithm.ts/knuth-shuffle]: ./packages/knuth-shuffle
70+
[@algorithm.ts/sudoku]: ./packages/sudoku

0 commit comments

Comments
 (0)