Dan SchatzederForbidden ‘For Loops’ — Math I Swore I’d Never UseRecently I’ve been creating a Sudoku solver in Unity to highlight the methods one might use to progress in any given position. The first…Nov 25
Hadiyah QureshiBeginner-Friendly Python Project: Creating your own Sudoku Solver!When I was 18, I taught myself to code in Python. I had been to a web development class for a semester and I had also been to a hackathon…Apr 18
Justin XuFinite Fields and SudokuRecently, my brother asked me for help proving some properties that are supposedly true for any field containing exactly 4 elements. If he…Nov 21Nov 21
Dan SchatzederForbidden ‘For Loops’ — Math I Swore I’d Never UseRecently I’ve been creating a Sudoku solver in Unity to highlight the methods one might use to progress in any given position. The first…Nov 25
Hadiyah QureshiBeginner-Friendly Python Project: Creating your own Sudoku Solver!When I was 18, I taught myself to code in Python. I had been to a web development class for a semester and I had also been to a hackathon…Apr 18
Justin XuFinite Fields and SudokuRecently, my brother asked me for help proving some properties that are supposedly true for any field containing exactly 4 elements. If he…Nov 21
Jacky Choi Kin LungGolang Newbie: Solving Sudoku using backtracking algorithmHow do we write a Sudoku solver in Golang, and how many strategies we can adopt to nail it?Jun 30, 2022
Jérôme DIAZLessons I learned while developing a Sudoku solver applicationFirst lesson: do not rush into writing source codeOct 19
Killian ChateauA simple sudoku solver in C++Coding a sudoku solver is a great way to pratice problem-solving using recursion. In this post, I will guide you through the code to make a…Aug 20, 2023