Help | Rotate matrix 90 degrees in anti-clockwise direction

Revision en1, by 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
Tags #help, #implementaion, #constructive algorithms, #matrix

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English RealAmitShah 2020-08-10 18:57:58 1708 Initial revision (published)