8000 Update README.md · Koki131/backtrack-visualizer@c4b006a · GitHub
[go: up one dir, main page]

Skip to content

Commit c4b006a

Browse files
authored
Update README.md
1 parent d17dc6d commit c4b006a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# backtrack-visualizer
1+
# About
2+
3+
Visualization app that displays the solving process of four backtracking problems:
4+
5+
- Sudoku solver
6+
- N-Queens
7+
- N-Knights
8+
- Word-Search
29

310
# Setup
411

@@ -12,5 +19,8 @@ $ git clone https://github.com/Koki131/backtrack-visualizer.git
1219
$ npm run build
1320
```
1421

22+
### Live demo
23+
https://backtrack-visualizer.netlify.app/
24+
1525
### Preview
1626
![Preview](src/images/preview.png)

0 commit comments

Comments
 (0)
0