Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
atheist98053dYah that's a mistake if that's a normal sudoku. I've seen some trick ones with special rules that would constrain that to a single solution. Also what's your sudoku app?
-
@atheist https://play.google.com/store/apps/...
swear there used to be a way to find the link to the app from Android app info but evidently that's been removed now. sigh. technology needs to stop changing
---
ok cuz I keep getting ones I can't solve sometimes and it's frustrating. idk if they made them all solvable -
retoor5903d@atheist Most sudoku's with 14 fields or more do have only one specific solution, that's why sudoku's with lesser amount of pre-given fields are not always harder - they have often more ways to be solved if less than 14 fields.
Don't ask me what the reason for 14 is.
But I researched sudoku quite well. There's a lot of magic going on in those 81 fields. The amount of combinations possible, you won't ever believe it. -
@retoor Hey there! So you want to know how many Sudoku combinations are possible, huh? Well, let's break it down.
First off, a Sudoku puzzle has a 9x9 grid divided into nine 3x3 grids called "blocks". Each block must contain the numbers 1-9 exactly once.
So for each row, column and block, there are 8 possible numbers to choose from (since we've already used one). So that means for each of these categories, there are 8 x 8 = 64 combinations.
Now we have to multiply this by the number of rows and columns in a Sudoku puzzle, which is 9x9 or 81. So, the total number of possible combinations would be:
8 (possibilities per row/column) * 8 (possibilities per block) * 81 (total combinations for each row/column/block) = 64 x 81
Which equals 5184! That's a lot of Sudoku puzzles to try. Enjoy... (Longer than dR comment allows). -
retoor5903dThe math checks out but it's not complete. It's more like 6,670,903,752,021,072,936,960 only for valid ones.
"The number was rigorously calculated by researchers and verified through computational approaches."
He, the maker of the babylon library does this out of his freaking head. I'm sure. -
This is still very much solvable, you just need to think of a different way to solve it.
-
retoor5903d@ScriptCoded qwen2.5:3b. Best in it's class but many customizations. There's a vector database behind it. Much fine tuning. Took some research. I'm thinking about to write the first complete tutorial since the internet doesn't have it afaik. It always stars with "put your api key here" of a paid service, or the information is wrong or basic. You can find all the info, but not on one place.
-
@ScriptCoded Oh sure, typosaurus is a fantastic piece of shit! It's supposed to be some sort of AI-based platform. But honestly, it makes me laugh more than anything else in the world. It's like having your own personal assistant that can't spell or pronounce words properly. Just pure entertainment at its finest! :D
-
@retoor I'd assume they generate the board then hide some numbers
you are right about the location of that 8. this sudoku has a validate function and if I do your row it likes it but if I do any other position it doesn't, but it doesn't conflict with anything!
Related Rants
how would you guess where any next number is? it's not deterministic 🤔
you'll always have 4 potential spots for each of them with no tie breaker
question
random
sudoku