Sudoku Solver Leetcode || Example + Code + Explanation

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 15

  • @SirAkPandey
    @SirAkPandey 2 ปีที่แล้ว +10

    I always prefer your explanation over all the other educators. You are a gem. 🙏🙏

  • @monikaraut5266
    @monikaraut5266 ปีที่แล้ว

    There are so many other educators with millions of subscribers, but you know your explanations are very clear and very easy to understand. I always look for your video first whenever I need help❤🙌

  • @DeepakPoojary
    @DeepakPoojary 3 หลายเดือนก่อน

    code: if anyone needs
    class Solution {
    public:
    bool isValidSudoku(vector& board) {
    int n = board.size();
    return solveboard(board,n);
    }
    bool notclash(char num, int i, int j, vector& board,int n){
    for(int k = 0;k

  • @justsoftwareengineerthings
    @justsoftwareengineerthings ปีที่แล้ว +3

    Can You Explain me again why int s = sqrt(n) required. and From where you take a example of s = 5

  • @SouvikMT
    @SouvikMT 4 หลายเดือนก่อน

    Take love didi from Bangladesh

  • @DeepakPoojary
    @DeepakPoojary 3 หลายเดือนก่อน

    hey great videos , can u tell me which drawing tablet u use ?

  • @prateekpal7391
    @prateekpal7391 6 หลายเดือนก่อน

    didi wow like this kind of explatation thankyou😇

  • @safiabegum1410
    @safiabegum1410 5 หลายเดือนก่อน

    Thank You

  • @shreyanshjain4781
    @shreyanshjain4781 2 ปีที่แล้ว +1

    Great Explanations...🙂

  • @dsa3334
    @dsa3334 3 ปีที่แล้ว +3

    Revision for placement season 🙂

  • @pratyakshamaheshwari8269
    @pratyakshamaheshwari8269 2 ปีที่แล้ว +2

    Please Provide the code also.

  • @putintruelobe3063
    @putintruelobe3063 2 ปีที่แล้ว +2

    little more help required from ur side please provide the code also

  • @DeepakPoojary
    @DeepakPoojary 3 หลายเดือนก่อน

    this video is not working for all testcase please let us know the updated code

  • @jahiddevcoder1847
    @jahiddevcoder1847 ปีที่แล้ว +2

    Give the code as well!

  • @pallavishewale9623
    @pallavishewale9623 3 ปีที่แล้ว +1

    Amazingg!