Skip to content

Commit 86c2bb9

Browse files
committedMay 29, 2015
Update README.md
1 parent 0db8a61 commit 86c2bb9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ This project was made with the aims of learning some basics of image processing
99

1010
How can this be used?
1111
---------------------
12-
•The project can solve a 9x9 Sudoku in 3 seconds including the image-processing time. Backtracking proves to be a great algorithm which is used in the Sudoku solving section of program.
13-
•Instead of Sudoku solving, the project might be used to carry out several calculations on paper with some minor changes; saving the time of daily work of feeding it to the computer.
14-
•A small step towards taking inputting device to next generation.
12+
•The project can solve a 9x9 Sudoku in 3 seconds including the image-processing time. Backtracking proves to be a great algorithm which is used in the Sudoku solving section of program.
13+
14+
•Instead of Sudoku solving, the project might be used to carry out several calculations on paper with some minor changes; saving the time of daily work of feeding it to the computer.
15+
16+
•A small step towards taking inputting device to next generation.
1517

1618
How to use?
1719
-----------

0 commit comments

Comments
 (0)