КОМЕНТАРІ •

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

    I love this series. Helps in understanding DSA a bit optimized way.

  • @DrDeuteron
    @DrDeuteron 12 днів тому

    Also, from the transposed matrix mT:
    >>>list(map(operator.methodcaller('reverse'), mT))
    does it inplace.

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

    any tips on how to learn algorithms and data structures?

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

    Amazing

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

    Step 1 take transpose
    Step 2 reverse row

  • @DrDeuteron
    @DrDeuteron 12 днів тому

    matrix = list(map(list, map(reversed, zip(*matrix))))

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

    TCS question

    • @ARkhan-xw8ud
      @ARkhan-xw8ud 22 дні тому

      leetcode

    • @edudictivecoder4644
      @edudictivecoder4644 22 дні тому

      @@ARkhan-xw8ud bro I am sorry for Mis typed but this question was asked in TCS 2023 September and there is sort colors problem on leetcode that same question was asked too as passenger luggage risk problem