Help | Rotate matrix 90 degrees in anti-clockwise direction

Правка en1, от RealAmitShah, 2020-08-10 18:57:58

Given a square matrix mat[][] of size N x N. The task is to rotate it by 90 degrees in anti-clockwise direction without using any extra space.
Problem Link
if anyone could look at my code and tell where am I going wrong, PLEASE

code
Теги #help, #implementaion, #constructive algorithms, #matrix

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский RealAmitShah 2020-08-10 18:57:58 1708 Initial revision (published)