auchitya

Results 1 issues of auchitya

You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees Example 1: Input: matrix = [[1,2,3],[4,5,6],[7,8,9]] Output: [[7,4,1],[8,5,2],[9,6,3]] Example 2: Input: matrix...

good first issue
Hacktoberfest
Java