sudoku_utils.h File Reference
Detailed Description
A set of utilities that are used to read the puzzle and display the puzzle.
Definition in file sudoku_utils.h.
#include <iostream>#include <fstream>#include <vector>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | sudoku |
Functions | |
| std::vector< std::vector< int > > | sudoku::getSudokuPuzzle (const std::string &filepath) |
| void | sudoku::printSudoku (const std::vector< std::vector< int > > &sudokupuzzle) |