We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2402d9 commit cdeffe6Copy full SHA for cdeffe6
2D Arrays/rotate_by_90.cpp
@@ -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
+
3
#include<bits/stdc++.h>
4
#include <stdio.h>
5
using namespace std;
0 commit comments