Python1 Min Read LetuscrackonNovember 29, 2024 Form String by Rotation Given two strings S1 and S2, print yes if S2 can be obtained by rotating the string S1. Else print no. Boundary Condition(s):1 <= Length of…
Python1 Min Read LetuscrackonJune 11, 2024 String Rotation Odd and Even Positions A string S and two integers M and N are passed as input. The program must rotate the characters present in the odd positions of the string M…
Python2 Min Read LetuscrackonJune 10, 2024 Matrix Rotation – Anti Clock Wise A M*N matrix having M rows and N columns containing integer values is passed as the input. The matrix must be rotated R times in counter-clock…