Python1 Min Read LetuscrackonApril 17, 2025 Smallest Integer – String Smallest Integer – String: The program must accept N string values containing words and integers as the…
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 7, 2025 Split String – Maximum Value Split String – Maximum Value: The program accept a string S containing only 0s and 1s as the input. The…
Python1 Min Read LetuscrackonApril 4, 2025 Split String – Continuous Repetition Split String – Continuous Repetition: The program must accept a string S as the input. The program must split the string into multiple…
Python2 Min Read LetuscrackonMarch 29, 2025 Longest String – Vertically/Horizontally Longest String – Vertically/Horizontally: The program must accept a character matrix of size RxC and the position of a…
Python1 Min Read LetuscrackonMarch 23, 2025 Middle N Characters in String Middle N Characters in String: Given a String S and an integer N as input, the program must print the N characters present in the middle of…
Python1 Min Read LetuscrackonMarch 14, 2025 Toggle case (String) Toggle case: Given a String S as input, the program must toggle the case of each alphabet. Boundary Condition(s):1 <= Length of S <= 100…
Python1 Min Read LetuscrackonFebruary 22, 2025 String Chars – Max Absolute Difference Sum Max Absolute Difference Sum: Given N strings containing lower case alphabets as input, the program must print the string with the maximum sum…
C1 Min Read LetuscrackonFebruary 20, 2025 String – Alphabets Frequency Given a string S as the input, print the count of distinct alphabets in S followed by their frequency of occurrence. The upper case alphabets…
Python1 Min Read LetuscrackonFebruary 19, 2025 String Pattern – Inverted U String Pattern – Inverted U: Three strings S1, S2 and S3 are passed as the input. The program must print the pattern as shown in the…