1605. Find Valid Matrix Given Row and Column Sums | Greedy | With Proof

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • In this video, I'll talk about how to solve Leetcode 1605. Find Valid Matrix Given Row and Column Sums | Greedy | Arrays
    Reverse of this problem (Approach 2) - • 1380. Lucky Numbers in...
    Let's Connect:
    X Twitter : x.com/aryan_mi...
    📱Discord (Join Community) : / discord
    📝Linkedin: / aryan-mittal-0077
    📸 Instagram: / codewitharyanbhai
    📱Telegram : t.me/aryan_mit...
    🤖 Github: github.com/ary...
    About Me:
    I am Aryan Mittal - A Software Engineer in Goldman Sachs, Speaker, Creator & Educator. During my free time, I create programming education content on this channel & also how to use that to grow :)
    ✨ Timelines✨
    ✨ Hashtags ✨
    #programming #Interviews #leetcode #faang #maang #datastructures #algorithms

КОМЕНТАРІ • 17

  • @ARYANMITTAL
    @ARYANMITTAL  Місяць тому +3

    For Future, do watch end 30sec ❤
    Lets connect on Twitter - X Twitter : x.com/aryan_mittal007

  • @jyotikushwaha6247
    @jyotikushwaha6247 Місяць тому +9

    bro you are inspirational.....you are of our age still you inspire us so much.......just wanted to ask kitne ghante kaam krte ho aap?/

  • @naamnhibataunga5897
    @naamnhibataunga5897 Місяць тому +4

    nice brother .. i was thinking of using backtracking as it is similar to sodoku solver.. but then i realized numbers can be same.. so it is better to apply greedy....
    i believe leetcode confused me with different no. of solutions for the same problem.. now this question seems more like an easy one..

  • @ayaaniqbal3531
    @ayaaniqbal3531 Місяць тому +1

    Nice Aryan.Now your explanation is becoming more understandable

  • @Munchen888
    @Munchen888 Місяць тому

    Aryan Thank you very much for explanation with understandable examples ! =)

  • @italk-gj5kk
    @italk-gj5kk Місяць тому +1

    thanks wonderful explanantion

  • @_SahilShah
    @_SahilShah Місяць тому

    lets goo ma mann!! nice solution!

  • @guptamusic-dy5it
    @guptamusic-dy5it Місяць тому

    i found your vedio more understandable than others

  • @harshbardhanbehera2352
    @harshbardhanbehera2352 Місяць тому

    Thank You for this well explained solution Aryan..

  • @user-ez6dn5do9p
    @user-ez6dn5do9p Місяць тому

    Thanks man

  • @KratosProton
    @KratosProton Місяць тому

    Ek number

  • @chaitanyaamajala2582
    @chaitanyaamajala2582 Місяць тому

    super 😅😅

  • @mrityunjoybarman9098
    @mrityunjoybarman9098 Місяць тому +1

    I was trying to place 1 in rows and the last column the ramaining and for the last row the remaining colSum

    • @codingkart245
      @codingkart245 Місяць тому

      I had a similar thought of placing zeros and then the remaining at the last row, then I thought of taking care of cols also :)

    • @mrityunjoybarman9098
      @mrityunjoybarman9098 Місяць тому +1

      @@codingkart245 So confusing stuff bro

    • @codingkart245
      @codingkart245 Місяць тому

      @@mrityunjoybarman9098 true!