Python LetuscrackonFebruary 16, 2025 Print Next Even Digit Given a number N, the program must print the next even digit for each of the digits in N, Boundary Condition(s):1 <= N <= 999999999…
Python LetuscrackonFebruary 16, 2025 Find Generation Gap Find Generation Gap: The family hierarchy is given in N lines. Each line contains parent and child separated by a space. The program must find…
C Python LetuscrackonFebruary 15, 2025 Matrix – Column-wise Decrement Matrix – Column-wise Decrement: Given an integer N then form an N*N matrix by assigning the value N as starting value and incrementing…
Python LetuscrackonFebruary 14, 2025 Find Duplicates In Folder The directory structure of a file system is given in N lines. Each line contains the parent folder name and child file/folder name. If a…
Python LetuscrackonFebruary 14, 2025 IPv4 Address Validity Given an IPv4 address as a string, check if the address is valid. Print Valid if the address is valid else print Invalid. IPv4…
Python LetuscrackonFebruary 13, 2025 Last and First Character Words Given a string S with spaces, the program must print only the words having it’s first letter same as the last letter of the previous…
Java LetuscrackonFebruary 13, 2025 Smallest Substring Program in Java The program must accept a string S as the input. The program must print the smallest substring containing all the distinct…
C LetuscrackonFebruary 12, 2025 Inverted Trapezium Pattern Program In C Inverted Trapezium Pattern Program In C: The program must accept an integer N as the input. The program must print the desired…
Python TCS CodeVita LetuscrackonFebruary 12, 2025 Philaland Coin (Minimum Number of Denominations) – TCS CodeVita Minimum Number of Denominations TCS CodeVita solution in python In a shop, the cost of products ranges from 1 to N (both…
Python LetuscrackonFebruary 11, 2025 Reverse Asterisk Triangle Pattern Reverse Asterisk Triangle Pattern: The program must accept an integer N as input and print the pattern as given in the Example Input/Output…