saumyasrivastava08 / Important_Coding_Problems

10 stars 41 forks source link

Matrix Rotate by 90 degree #88

Closed ritika728 closed 2 years ago

ritika728 commented 2 years ago

Given a square matrix[][] of size N x N. Need to rotate it by 90 degrees in an anti-clockwise direction without using any extra space.

ritika728 commented 2 years ago

@saumyasrivastava08 Please assign this!