Python1 Min Read LetuscrackonDecember 4, 2024 Rotate Matrix Anticlockwise The program must accept an integer matrix of size NxN as the input. The program must rotate the given matrix by 90 degree in…
C1 Min Read LetuscrackonJune 11, 2024 Array Rotate Forward – R times An array of N integers is passed as the input to the program and the program must rotate the elements R times in forward direction. Input…
Python1 Min Read LetuscrackonJune 9, 2024 Rotate Matrix Pattern The program must accept an integer matrix of size N*N as the input. The program must rotate the matrix by 45 degrees in the clockwise…
C Java Python1 Min Read LetuscrackonJune 9, 2024 Rotate String – N Positions A string S of length L is passed as the input. The program must rotate the string S by N position in forward direction and print the result as…
Python1 Min Read LetuscrackonJune 7, 2024 Rotate Matrix by X Degrees The program must accept an integer matrix of size NxN and an integer X as the input.The program must rotate the matrix by X degrees in the…
Python1 Min Read LetuscrackonJune 7, 2024 Rotate Digits – 180 Degrees The program must accept an integer N as the input. The program must form an integer X by rotating the each digit 180…
Python1 Min Read LetuscrackonJune 6, 2024 Rotate Corners – Anticlockwise Direction Rotate Corners – Anticlockwise Direction: The program must accept a character matrix of size N*N as the input. For each layer…