Author: Ayush Purawr
Sudoku solver Python |Backtracking|Recursion
 Ayush Purawr     October 27, 2020
Definition Sudoku is a simple number game that involves a grid of nine-by-nine boxes. Numbers from one to nine fill the boxes. No number can…
Guess the Number Python
 Ayush Purawr     October 25, 2020
Most beginner programmers as well as seasoned developers want to put their skills to the test by trying out various projects to enhance their skills….
