Spiral matrix problem (Leetcode 54.) - Inside code

Sdílet
Vložit
  • čas přidán 25. 12. 2022
  • Source code: gist.github.com/inside-code-y...
    🔴 Learn graph theory algorithms: inscod.com/graphalgo
    ⚙ Learn dynamic programming: inscod.com/dp_course
    💡 Learn to solve popular coding interview problems: inscod.com/50problems_course
    ⌛ Learn time and space complexity analysis: inscod.com/complexity_course
    🔁 Learn recursion: inscod.com/recursion_course
    NB: This video is ad-free, you can choose to support Inside code by purchasing one of the courses above or dropping a super thanks!
    NB2: Discounts of courses above are permanent
    I also post content on LinkedIn (inscod.com/linkedin) and Instagram (inscod.com/instagram)
  • Věda a technologie

Komentáře • 9

  • @shubhamshinde7095
    @shubhamshinde7095 Před rokem +3

    Thanks for this! The spiral matrix problem always confused the hell out of me, now I got a clear insight into it.

  • @bobmichael8735
    @bobmichael8735 Před rokem

    Great video!What software do you use ?

  • @andrewaranas8853
    @andrewaranas8853 Před rokem +1

    when graph theory course available? tnx.

    • @insidecode
      @insidecode  Před rokem +3

      Hello, I'm working on it alongside other stuff so I'm having hard time making fast progress, but it's expected in february/march

  • @maamounhajnajeeb209
    @maamounhajnajeeb209 Před rokem

    what about leetcode 885, it's spiral but in another way

  • @antoniolabate4359
    @antoniolabate4359 Před rokem

    This way you are modifying the original matrix, aren't you? Is that fine?

    • @insidecode
      @insidecode  Před rokem

      Yes but you can copy it before you start working