Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code

preview_player
Показать описание

NB: This video is ad-free, you can choose to support Inside code by purchasing one of the courses above or dropping a super thanks!
NB2: Discounts of courses above are permanent

Рекомендации по теме
Комментарии
Автор

🔴
/ \
🔵—🔴
| |
🔴—🔵

insidecode
Автор

The video was easy to follow and the bit at the end was nice to see the function working step by step to show the concept of backtracking. You definitely worked super hard on this video. well done

leoelicos
Автор

It was the best video that I watched about sudoku solution and backtracking! It was very clear and simple to understand. Thank you !

mustafaalan
Автор

He solves every coding problem flawlessly and he's so easy to follow.

josiahdavid
Автор

Great minimal coding using recursion. And animation is real added bonus. The video itself is a good example in its own class to emulate by other educators perhaps.

kavindrachetna
Автор

WOW. I always expected making a Sudoku solver to be insanely complicated, but clearly not. I actually suck at solving Sudokus, but I'm planning on making a Sudoku solver for a school project, and this is perfect. I didn't expect to understand anything at all when I clicked on this video. I'm really surprised how easy this seems. I hope it is how it seems 🤞

prawnydagrate
Автор

This was amazing! I actually understood the sudoku backtracking algorithm finally.

RA-egtw
Автор

Very cool animation, very elegant solution! Thank you so much.

jasonzhang
Автор

الله يبارك
the animation is really cool and the code is neat
keep it up man you are doing wonders

mrmarmoure
Автор

the best of the best for sudoku solution. THANK YOU SO MUCH😍

TrầnThiênAnNguyễn-li
Автор

I get how the conditions n i get how it checks every number to see if its valid but i still dont get how it goes back can anyone help me out

fantomwolf
Автор

how do i make my output show all its trials and errors like at 5:05

devanshbhardwaj
Автор

How to know if the grid has more than one solution?

X_x_kingfisher_x_X
Автор

thank you for this video, great timing

akaskmsskssk
Автор

I enjoied very much watching the video. I think that some other solution type, may try breath first strategy, and also, simply to complex coroborating techniques to produce the next breath first aproximation of all pissiblities for any cell to be filled with digits, that is also meant to find, in the end, the unique solution, if the algo work properly. :-)

florinmatei
Автор

brilliant explanation => thank you so much Bro😘
please continue

sallaklamhayyen
Автор

But if we return only true how to get the result? How to grab the puzzle?

X_x_kingfisher_x_X
Автор

If the solver stops when the row is = 9 then how will you do the last row?

Scratch.Tutorials
Автор

amazing explanation and animation! thanks man

moshiurrahman
Автор

I found myself spending days on this - it feels so disappointing! Is this normal?? I got to try solve it(did not finish) in a longer approach too, probably inefficient - i feel defeated! I did not use backtracking. I seem to get confused with recursion every time despite having lots of experience! Is this normal? Is it possible to come up with this solution from the get go in 5 minutes if one has never done it before? Thank you for sharing this video - it's been very well explained - + 1 like and subscribe.

duncancamilleri