Python1 Min Read LetuscrackonJuly 25, 2025 Split String Values – Palindrome The program must accept two string values S1 and S2 of equal length as the input. The program must split both the string…
Python1 Min Read LetuscrackonJuly 20, 2025 String Queries The program must accept a string S and Q queries as the input. The query can…
Python1 Min Read LetuscrackonJune 26, 2025 String – First and Last Pattern String – First and Last Pattern: The program must accept a string S as the input. The program must print the characters of the…
Python1 Min Read LetuscrackonJune 14, 2025 String Decryption – Character Position String Decryption – Character Position: The program must accept a string S (encrypted string) as the input. The encryption…
Python2 Min Read LetuscrackonJune 8, 2025 Minimum Length – String Values Minimum Length – String Values: The program must accept N string values as the input. The program must print the output based…
Python2 Min Read LetuscrackonJune 8, 2025 Search String – Matrix Edges Search String – Matrix EdgesThe program must accept a character matrix of size R*C and a string S as the input. The…
Python1 Min Read LetuscrackonMay 30, 2025 Split String – Equal Unique Count Split String – Equal Unique Count: The program must accept a string S as the input. The program must print the number of ways…
C Java Kickstart Python1 Min Read LetuscrackonMay 22, 2025 Length of the String The program must accept a string S as the input. The program must print the length of S as the output. Boundary Condition(s):1 <=…
C Java Kickstart Python1 Min Read LetuscrackonMay 17, 2025 String – Print Twice The program must accept a string value and print it twice. Example Input/Output 1:Input:Letuscrack Output:LetuscrackLetuscrack Python Java C C++
Python1 Min Read LetuscrackonApril 25, 2025 Zig-Zag Triangle – String Pattern Zig-Zag Triangle – String Pattern: The program must accept a string S and an integer N as the input. The program…