LeetCode 48 - Rotate Image

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024
  • ตลก

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

  • @kercat89
    @kercat89 4 ปีที่แล้ว

    Thank you!! I had a general idea in this direction but didn't know how to continue and this video helped me :D

  • @mdb2024
    @mdb2024 4 ปีที่แล้ว

    your explanation has no competition out there. You should make a course of leetcode premium questions. I don't know about other people but I will definitely buy that.

  • @rahul-patil
    @rahul-patil 4 ปีที่แล้ว

    Thank you.

  • @shwetadk1986
    @shwetadk1986 5 ปีที่แล้ว

    Very nice explanation. Thanks

  • @msugal
    @msugal 4 ปีที่แล้ว +1

    When you will be able to finish the top 100 Leetcode problems in the playlist. Your explanations are awesome! Thanks.

  • @freakfreak786
    @freakfreak786 4 ปีที่แล้ว

    what about rotating a whole image by 10 degrees with a rotation matrix?

  • @OverLordOfDa3rdWorld
    @OverLordOfDa3rdWorld 5 ปีที่แล้ว +1

    just want some clarification, by O(n) do you mean O(N) where N is the size of the matrix and so the overall run time of O(N) = O(n^2)? please enlighten me. Thank you!

  • @cj139
    @cj139 5 ปีที่แล้ว

    Thanks for the video! This actually helped me a lot since there not much javascript examples in leetcode. Please keep being amazing. BTW I think you can swap two number by using `[num1, num2] = [num2, num1]`.

  • @yuezhang3792
    @yuezhang3792 5 ปีที่แล้ว

    brilliant!!!!!

  • @Nakapeesh
    @Nakapeesh 5 ปีที่แล้ว

    amazing!