Skip to content

Commit cdeffe6

Browse files
Update rotate_by_90.cpp
1 parent b2402d9 commit cdeffe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2D Arrays/rotate_by_90.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Given a square matrix of size N x N. The task is to rotate it by 90 degrees in anti-clockwise direction without using any extra space.
2+
13
#include<bits/stdc++.h>
24
#include <stdio.h>
35
using namespace std;

0 commit comments

Comments
 (0)