Amazing how simple you made it... I did something like this some time ago, the backtracking algorithm was very tricky to understant, but after some days it finally works.. Nice video!
@mohamedelidrissi99143 жыл бұрын
this is honestly one of the best videos i have watched. very well explained. very simple. Thanks a lot!!
@749srobin3 жыл бұрын
excellent video , brother please upload some machine learning real world use cases
@walternathaniel73653 жыл бұрын
An example of a recursion is fibonnaci or factorial
@kl-je3up2 жыл бұрын
great tutorial, i still have a hard time wrapping my head around how the code works to check the boxes
@abdelrhmanahmed13783 жыл бұрын
can you explain the role of if(solve) inside the loop farther
@sahiljain3083 Жыл бұрын
hey more machine learning or deep learning videos in particular needed...u are one of my favourite ❤️
@richard_noblockhit3 жыл бұрын
well the only way to compute a sudoku in O of n is a quantum computer, perfect for brute force! Technically, the time it takes is practially 0, but there is some latency going into the cpu and out, which can be ignored because it does not make a difference wether its O of n**2 or O of n
@keejay9819510 ай бұрын
can u improve this to show how reduction rules reduce the number of branch recursions?
@abhijithC-vr8ww6 ай бұрын
Is it including dsa also
@SatishKumar-mn6bi Жыл бұрын
Sir, i am using python 3.12.00 in pycharm latest but it does not work. further in line( if solve(grid,0,0):) but system show as if solve(grid,row:0 col:,0): and at last i am getting only one message'NO SOLUTION FOR THIS SUDOKU'.
@stachuu19773 жыл бұрын
Please consider making a video about sending requests to websites, for example logging into a website and performing some action. I would love to learn how to do that. If you agree: | \/
@koushik19473 жыл бұрын
Which song in intro please tell
@abcd-yg2rx Жыл бұрын
I made a programme which solves Sudokus by filtering permutations of digits from 1 to 9
@wko_3 жыл бұрын
Nice video! In the future, you will be making videos like "Bad Aim Solver with Python" aksaksaks
@rohamshahmoradi75783 жыл бұрын
What is you Pycharm theme? How can I download it?
@sharathbhat6983 жыл бұрын
its atom one dark theme
@saar_mark3 жыл бұрын
I like that! I love your channel!!
@LinquishBTW8 ай бұрын
Very very underrated ❤
@CollosalTrollge2 жыл бұрын
I will try to follow this now, hope i can manage given i have very little programing knowledge - very little Pascal and Python experiece
@codzo26283 жыл бұрын
Awesome as usual 😎😎
@faisaldurbaa71722 жыл бұрын
Thanks for this great content. but python giving this error "Indentation Error: unindent does not match any outer indentation level" for this syntax "corner_row = row - row % 3" what should i do? please help me.
@labhjoshi31823 ай бұрын
do u still need help?
@faisaldurbaa71723 ай бұрын
@@labhjoshi3182 it's been a long time 😅 no, thanks for asking
@Crqptx3 жыл бұрын
Someone got an download of this?
@daily_doseoftheinternet11 ай бұрын
Can someone please help me, I can't get i to work
@ashutoshmoharana77992 жыл бұрын
Please make a video on scrapping and analyzing twitter using twint python
@erwannlanterienee23513 жыл бұрын
hello, can i have the source code ?
@praveensevenhills Жыл бұрын
amazing bro u done awesome job
@Professor_Sick3 ай бұрын
it gave me error 😭
@ofekerez84673 жыл бұрын
Please do a chess tutorial I beg you😭
@kedarjoshi15893 жыл бұрын
Yes.
@fog13 жыл бұрын
Chess game or chess AI? Chess AI would be super difficult.
@ofekerez84673 жыл бұрын
@@fog1 Chess game
@ofekerez84673 жыл бұрын
Maybe at first chess game and then a socket implementation for LAN online chess game
@Suresh_babu003 жыл бұрын
please upload the pycham installation and explain how to use it.
@mansmor72112 жыл бұрын
nice one,
@telum2265 Жыл бұрын
Great But it’s not a Machine Learning problem at all
@hitesheditz9 Жыл бұрын
why don't you just provide the damn source code
@archanabajadeja65143 жыл бұрын
🙌🏻🔥
@MmM-dc8nn3 жыл бұрын
You are the best
@neuron81863 жыл бұрын
If you don't understand recursion Read my comment again