Beautiful Ideas to learn! LIVE Leetcode Weekly 404 | All Problems solved

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 13

  • @CREATIONTIME1
    @CREATIONTIME1 6 місяців тому +13

    pls make videos on codeforces contests..

  • @vijesh0405
    @vijesh0405 6 місяців тому +5

    third question ko same LIS type se solve kr sakte hai just change checking condition, (arr[i]+arr[j])%k varies from 0 to k-1, so we can make any sequence with remainder 0 or 1 or 2 or upto k-1, and take max sequence among all,
    int dp[][] = new int[n][k]; // where dp[i][rem] is sequence that ends at i and satisfy (seq[i]+seq[i+1])%k==rem
    for(int row[]:dp){
    Arrays.fill(row,1);
    }
    int maxi = 1;
    for(int i=1;i

  • @aman_singh__
    @aman_singh__ 6 місяців тому +4

    3rd question same to same google ke ek prev OA me aaya hai aur mene kar rakha tha lekin contest nhi de paya aur discussion bhi attend nhi kar paya abhi dekha to yaad aaya

  • @madhavgupta2002
    @madhavgupta2002 6 місяців тому

    1:23:00
    kisi ko pta hai kya ki ye topics striver ne A2Z sheet mein kyon nhi karae?

  • @A_Myth963
    @A_Myth963 6 місяців тому

    bhaiya the way you teach with so much of energy and your jokes during the session, resources that you share in between , the way to think about the approach is just awesome

  • @farj3946
    @farj3946 6 місяців тому +2

    bhaiya codeforces ka bhi kiya kijiye

  • @cty7655
    @cty7655 6 місяців тому +1

    please made video available in atleast hd

  • @justlc7
    @justlc7 6 місяців тому

    Where can we find your codes for this contest?

  • @Ramu9119
    @Ramu9119 6 місяців тому

    Nice Stream Man
    Keep it Up

  • @learncreative4732
    @learncreative4732 6 місяців тому

    Bhaiya segment tree kyu hata diya 😢

  • @shudhanshusingh1401
    @shudhanshusingh1401 6 місяців тому

    Bhaiya codeforces please

  • @lazyemperor5182
    @lazyemperor5182 6 місяців тому

    1080p pls

  • @ankitkumaryadav562
    @ankitkumaryadav562 6 місяців тому

    Support ++