mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
c824b90ead
* Remove redundent function After reviewing this code, I've noticed that the `is_completed` function is a redundant operation. Increasing the number of loops required for each step of the sudoku solver. This should remove n² operations where n is the width of the grid. * Update sudoku.py Remove additional newline |
||
---|---|---|
.. | ||
__init__.py | ||
all_combinations.py | ||
all_permutations.py | ||
all_subsequences.py | ||
coloring.py | ||
hamiltonian_cycle.py | ||
knight_tour.py | ||
minimax.py | ||
n_queens_math.py | ||
n_queens.py | ||
rat_in_maze.py | ||
sudoku.py | ||
sum_of_subsets.py |