Python LetuscrackonAugust 2, 2025 Diamond Values The program must accept an integer matrix of size R*C and consider all possible non overlapping 3*3 sub matrices and print…
Python LetuscrackonAugust 2, 2025 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…
Python LetuscrackonAugust 1, 2025 K-digit Integers – Xth Smallest The program must accept a list of N unique integers and two integers K, X as the input. The program must print…
Python LetuscrackonAugust 1, 2025 N Characters Forward Reverse The program must accept a string S and an integer value N. Then the program must print the first N characters, then must print the next N…
Python LetuscrackonJuly 31, 2025 Sum – Remove Last Occurring Zero The program must accept N integers as the input. For each integer X among the N integers, the program must remove the last…
Python LetuscrackonJuly 30, 2025 L or Inverted L – Flip Diagonally The program must accept integer values in L-shape or inverted L-shape as the input. The program must flip the given shape diagonally and print…
Python LetuscrackonJuly 30, 2025 Trees – Circular Ground There are N trees planted circularly in a ground. Every day, the gardener will cut down X trees circularly so that the…
Python LetuscrackonJuly 29, 2025 Same Bits – Odd Positions The program must accept two integers X and Y as the input. The program must print an integer C whose binary…
Java LetuscrackonJuly 29, 2025 Merge Sorted Descending The program must accept two lines of integers (M and N number of integers) which are sorted in ascending order. The program must merge the two…
Python LetuscrackonJuly 28, 2025 Two Integers Plus or Minus The program must accept two integers A,B separated by a string S (whose value is plus or minus). Based on the string value S, the program must…