Sudoku Solver in Python

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 47

  • @luizhenriquemm
    @luizhenriquemm 3 года назад +7

    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!

  • @mohamedelidrissi9914
    @mohamedelidrissi9914 3 года назад +3

    this is honestly one of the best videos i have watched. very well explained. very simple. Thanks a lot!!

  • @749srobin
    @749srobin 3 года назад +22

    excellent video , brother please upload some machine learning real world use cases

  • @walternathaniel7365
    @walternathaniel7365 3 года назад +1

    An example of a recursion is fibonnaci or factorial

  • @richard_noblockhit
    @richard_noblockhit 3 года назад +1

    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

  • @sahiljain3083
    @sahiljain3083 Год назад +1

    hey more machine learning or deep learning videos in particular needed...u are one of my favourite ❤️

  • @kl-je3up
    @kl-je3up 2 года назад +2

    great tutorial, i still have a hard time wrapping my head around how the code works to check the boxes

  • @stachuu1977
    @stachuu1977 3 года назад +3

    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:
    |
    \/

  • @abdelrhmanahmed1378
    @abdelrhmanahmed1378 3 года назад +1

    can you explain the role of if(solve) inside the loop farther

  • @CollosalTrollge
    @CollosalTrollge 2 года назад

    I will try to follow this now, hope i can manage given i have very little programing knowledge - very little Pascal and Python experiece

  • @LinquishBTW
    @LinquishBTW 8 месяцев назад

    Very very underrated ❤

  • @keejay98195
    @keejay98195 10 месяцев назад

    can u improve this to show how reduction rules reduce the number of branch recursions?

  • @saar_mark
    @saar_mark 3 года назад

    I like that!
    I love your channel!!

  • @codzo2628
    @codzo2628 3 года назад

    Awesome as usual 😎😎

  • @abhijithC-vr8ww
    @abhijithC-vr8ww 6 месяцев назад

    Is it including dsa also

  • @wko_
    @wko_ 3 года назад

    Nice video!
    In the future, you will be making videos like "Bad Aim Solver with Python" aksaksaks

  • @abcd-yg2rx
    @abcd-yg2rx Год назад

    I made a programme which solves Sudokus by filtering permutations of digits from 1 to 9

  • @praveensevenhills
    @praveensevenhills Год назад

    amazing bro u done awesome job

  • @ashutoshmoharana7799
    @ashutoshmoharana7799 2 года назад

    Please make a video on scrapping and analyzing twitter using twint python

  • @koushik1947
    @koushik1947 3 года назад

    Which song in intro please tell

  • @SatishKumar-mn6bi
    @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'.

  • @faisaldurbaa7172
    @faisaldurbaa7172 2 года назад

    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.

    • @labhjoshi3182
      @labhjoshi3182 4 месяца назад

      do u still need help?

    • @faisaldurbaa7172
      @faisaldurbaa7172 4 месяца назад

      @@labhjoshi3182 it's been a long time 😅 no, thanks for asking

  • @rohamshahmoradi7578
    @rohamshahmoradi7578 3 года назад

    What is you Pycharm theme?
    How can I download it?

  • @archanabajadeja6514
    @archanabajadeja6514 3 года назад +1

    🙌🏻🔥

  • @Crqptx
    @Crqptx 3 года назад

    Someone got an download of this?

  • @daily_doseoftheinternet
    @daily_doseoftheinternet 11 месяцев назад

    Can someone please help me, I can't get i to work

  • @ofekerez8467
    @ofekerez8467 3 года назад +1

    Please do a chess tutorial I beg you😭

    • @kedarjoshi1589
      @kedarjoshi1589 3 года назад

      Yes.

    • @fog1
      @fog1 3 года назад +1

      Chess game or chess AI? Chess AI would be super difficult.

    • @ofekerez8467
      @ofekerez8467 3 года назад +1

      @@fog1 Chess game

    • @ofekerez8467
      @ofekerez8467 3 года назад +1

      Maybe at first chess game and then a socket implementation for LAN online chess game

  • @erwannlanterienee2351
    @erwannlanterienee2351 3 года назад

    hello, can i have the source code ?

  • @mansmor7211
    @mansmor7211 2 года назад

    nice one,

  • @MmM-dc8nn
    @MmM-dc8nn 3 года назад

    You are the best

  • @Suresh_babu00
    @Suresh_babu00 3 года назад +1

    please upload the pycham installation and explain how to use it.

  • @Professor_Sick
    @Professor_Sick 4 месяца назад

    it gave me error 😭

  • @telum2265
    @telum2265 Год назад

    Great
    But it’s not a Machine Learning problem at all

  • @hitesheditz9
    @hitesheditz9 Год назад

    why don't you just provide the damn source code

  • @neuron8186
    @neuron8186 3 года назад +9

    If you don't understand recursion
    Read my comment again

    • @luxo25
      @luxo25 3 года назад +4

      My brain got a stackoverflow