File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,11 @@ Typescript.
52
52
53
53
## Overview
54
54
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.
58
60
59
61
60
62
## License
@@ -63,4 +65,6 @@ algorithm.ts is [MIT licensed](https://github.com/guanghechen/algorithm.ts/blob/
63
65
64
66
65
67
[ homepage ] : https://github.com/guanghechen/algorithm.ts
68
+ [ @algorithm.ts/dlx ] : ./packages/dlx
66
69
[ @algorithm.ts/knuth-shuffle ] : ./packages/knuth-shuffle
70
+ [ @algorithm.ts/sudoku ] : ./packages/sudoku
You can’t perform that action at this time.
0 commit comments