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…
C2 Min Read LetuscrackonMarch 7, 2025 Max Value Bags Carry Capacity Max Value Bags Carry Capacity: A man has the capacity to lift only C kilograms. There are N bags containing grocery items to be carried to yet…
Python1 Min Read LetuscrackonJanuary 29, 2025 Absolute Value of N is Power of X Absolute Value of N is Power of X: The program accepts two integers N and X as input. The program prints YES if the absolute value of N is a…
Python1 Min Read LetuscrackonNovember 9, 2024 Second Largest Value among N integers The program must accept N integers and print the second largest value among the N integers. Input Format:The first line denotes the value of…
Python1 Min Read LetuscrackonJune 13, 2024 Array Frequency Equals Value The program must accept N integer values and print the values which are equal to the count of their occurrence (in ascending order). If there…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Determine if the Number is a Factorial Value The program must accept an integer N as the input. The task is to determine if N can be expressed as a factorial of an integer. If possible,…
Python1 Min Read LetuscrackonJune 11, 2024 Reverse Middle Value A string S will be passed as input to the program. The program must reverse the characters in between the first and last letters and print the…
C Java Python5 Min Read LetuscrackonJune 11, 2024 Value Equals Previous Two An array of N integers is passed as the input. The program must find the combination of integers forming a sequence whose length is more than…
Python1 Min Read LetuscrackonJune 11, 2024 Search Hexadecimal Value – Matrix The program must accept a character matrix of size RxC containing only hexadecimal digits and an integer X as the input.…
C Python2 Min Read LetuscrackonJune 11, 2024 Chars To Remove For Same String Value N string values S1, S2, S3, SN are passed as input to the program. Values of S1, S2, S3, SN are such that if one character is removed from…