Python1 Min Read LetuscrackonMay 28, 2025 Shift Down A Shift Down A: A matrix of dimension R*C with alphabets A or B is passed as the input. The program must remove…
Python1 Min Read LetuscrackonApril 12, 2025 Alphabet Shift Encryption – String Alphabet Shift Encryption – String: The program must accept a string S containing only alphabets and L integers as…
Python1 Min Read LetuscrackonApril 5, 2025 Shift Minimum to End Shift Minimum to End: The program must accept N integers and an integer K as the input. The program must perform the…
Python1 Min Read LetuscrackonMarch 29, 2025 Shift Right A Shift Right A: The program must accept a character matrix of size RxC containing only A‘s and B‘s as the…
Python1 Min Read LetuscrackonJune 11, 2024 Direction & Minimum Shift The program must accept two string values S1 and S2 as the input. The string S2 represents the rotated version of the…
Python1 Min Read LetuscrackonJune 10, 2024 Shift an array towards right An array with N numbers is passed as input to the program. The program must shift the values in the array to the right by one place.Then the…
C1 Min Read LetuscrackonJune 9, 2024 Shift Encryption Anmol wants to encrypt the message which is to be sent to his business partner.Binamol, so he shifts every alphabet by X positions…
C1 Min Read LetuscrackonJune 8, 2024 Cyclic Shift Given a set of elements, write an algorithm and the subsequent ‘C’ program to perform cyclic right shift of the array by ‘m’…
Python1 Min Read LetuscrackonJune 7, 2024 Replace Same & Shift Zeroes The program must accept a list of integers as the input. The program must modify the list based on the following conditions.– If an…