Simple sudoku finding algorithm that uses DFS and backtracking to solve a hyper Sudoku grid
Primary LanguagePython