Rotate by 90 degree | GFG POTD | 5 Minutes Code | GeeksForGeeks | DSA

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

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

  • @5minutescode
    @5minutescode  4 วันที่ผ่านมา

    chromewebstore.google.com/detail/dsa-video-solutions/fplacgmeefidnohgepjcnabcaakfbknm
    Check out this cool extension with which you can unlock DSA video tutorial instantly on GeeksforGeeks with a single click. Its completely safe.
    Let me know if you have any suggestions.

  • @Pruthvi-1314
    @Pruthvi-1314 4 วันที่ผ่านมา

    Are bro thank u ❤

    • @5minutescode
      @5minutescode  4 วันที่ผ่านมา

      happy to help :)

  • @5minutescode
    @5minutescode  4 วันที่ผ่านมา

    Guyss please subscribe.

  • @AbbuGunasekhar
    @AbbuGunasekhar 4 วันที่ผ่านมา +2

    class Solution {
    // Function to rotate matrix anticlockwise by 90 degrees.
    static void rotateby90(int mat[][]) {
    // code here
    for(int i=0;i

  • @Pydi_kamalakar
    @Pydi_kamalakar 4 วันที่ผ่านมา +1

    I want python code