Skip to content

Commit d3054a5

Browse files
authored
Merge pull request #6 from ArjArav98/ArjArav98-SS-1
Update README.md
2 parents 293f9ec + 9c412dd commit d3054a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ These are a suite of C++ programs which deal with Sudoku Puzzles. The name might
1515
This is a program which solves 9x9 Sudoku puzzles. **Written completely in C++** and **built wholly from scratch**, this program reads input either from a user or from a file containing the Sudoku values and solves the puzzle. It employs concepts such as backtracking and recursion.
1616

1717
### Getting Started
18-
* Simply download the ```sudoku-solver.cpp``` file found in the ```Sudoku-Solver``` directory. Run it using any standard C++ compiler. In case of any errors or compatibility issues, submit an issue in this git.
18+
* Simply download the ```sudoku-solver.cpp``` file found in the ```Sudoku-Solver/``` directory. Run it using any standard C++ compiler. In case of any errors or compatibility issues, submit an issue in this git.
1919
* Once downloaded, compiled and run; the program will require the user to input the Sudoku puzzle into it. There are two ways to do this.
2020
* The user can either input the values manually one-by-one when the program is running.
2121
* The user can write all the values into a file, seperated by whitespaces. The file can have any name or extension. When the program is running, the user will be prompted to simply enter the name of the file (with extension). **Below** is an example of how the contents of such a file might look. Look at the ```sample.txt``` files in the same directory for more examples.

0 commit comments

Comments
 (0)