Skip to content

Commit 14f0099

Browse files
authored
Update README.md
1 parent 31f4bd3 commit 14f0099

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
Project created to solve sudoku game for any square dimension (9x9, 16x16, 25x25 ...) employing linear problem concepts.
44

5-
## Usage Example
5+
<p align="center">
6+
<a href="#usage-example">Usage example</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
7+
<a href="#what-is-sudoku">What is sudoku?</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
8+
<a href="#what-is-linear-programming">What is linear programming?</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
9+
<a href="#dependencies">Dependencies</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
10+
<a href="#sudoku-model">Sudoku model</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
11+
<a href="#credits">Credits</a>
12+
</p>
13+
14+
## Usage example
615

716
```sh
817
python3 LP_Sudoku.py sudoku_9x9.txt
@@ -29,7 +38,7 @@ Sudoku is a logic puzzle game with the objective to fill a 9x9 grid with digits
2938
<img src="https://upload.wikimedia.org/wikipedia/commons/1/12/Sudoku_Puzzle_by_L2G-20050714_solution_standardized_layout.svg" alt="Sudoku solved" width="300"/>
3039
</div>
3140

32-
## What is Linear Programming?
41+
## What is linear programming?
3342

3443
Linear programming is a technique used to solve optimization problems where the elements have a linear relationship.
3544

@@ -61,4 +70,4 @@ The first and the second constraints ensures that all columns and all rows will
6170

6271
## Credits
6372

64-
Thanks to [Harshit Sidhwa](https://github.com/harshitsidhwa?tab=repositories) in providing back tracking [code](https://repl.it/@rui1337/backtrack-sudoku-solver) as an inspiration to solve this problem.
73+
Thanks to [Harshit Sidhwa](https://github.com/harshitsidhwa?tab=repositories) in providing back tracking [code](https://repl.it/@rui1337/backtrack-sudoku-solver) as an inspiration to solve this problem.

0 commit comments

Comments
 (0)