Categories
Blog

Bruteforcing Reddit’s 5th Grade Maths Problem Using Python

I saw this post on r/midlyinfuriating. I was very enthusiastic to bruteforce the solution in Python. Here’s the code I wrote (without ChatGPT’s help, LOL!): Here’s the output: This was very fun! The above code is on Github.

Categories
Blog

💻 My Sudoku Solver Software

30-Day Writing Challenge: 18/30 As some of you know, I do some basic Python programming. Out of all the projects I made, Sudoku Solver is one of my favourites. I thought we could try a demo. Send me a Sudoku puzzle and I will try to solve it with my code and post a video […]