Python1 Min Read LetuscrackonJune 7, 2024 Rearrange String Values – First Letter There are N string values that start with the same letter, but some string values are reversed. The program must accept those N…
Python1 Min Read LetuscrackonJune 7, 2024 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 LetuscrackonJune 7, 2024 String Queries The program must accept a string S and Q queries as the input. The query can…
Python1 Min Read LetuscrackonJune 6, 2024 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 6, 2024 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 6, 2024 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 6, 2024 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 LetuscrackonJune 6, 2024 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 LetuscrackonJune 6, 2024 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 LetuscrackonJune 6, 2024 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++