SIGN IN SIGN UP

Remove redundent function in Backtracking Sudoku (#4499)

* 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
G
GDWR committed
c824b90ead698da4f10ac38e431844d96af109b6
Parent: b743e44
Committed by GitHub <noreply@github.com> on 6/10/2021, 4:44:41 PM