Java2 Min Read LetuscrackonNovember 1, 2024 Basket with Most Colors There are N trees in straight line. The trees have different colors of flowers. Each color is represented by an alphabet. N strings are passed…
Java Python1 Min Read LetuscrackonOctober 31, 2024 Vertical ZigZag Pattern Fill in the missing lines of code to print the pattern as defined in the Example Input/Output section. Input Format:The first line contains N.…
Java1 Min Read LetuscrackonOctober 30, 2024 Fraction Reduce Given a fraction A/B the program must reduce it and print the output. Input Format:The first line contains A/B Output Format:The first line…
Java Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Array LEADERS [Zoho] An array of N numbers is passed as input. The program must print all the LEADERS in the array. A number is a LEADER if it…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Find the Only Even Prime Digit Prime numbers, especially in the realm of single digits, present captivating patterns. One such pattern is the existence of only one even…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Find Range (Max-Min) of Odd Digits Numbers, in their myriad combinations, weave a tapestry of patterns and stories. One such fascinating tale is that of odd digits. In this…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Find Two Largest Adjacent Digits In the fascinating world of numbers, various patterns emerge when we closely observe them. An interesting pattern is to identify two adjacent…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Find the Digit Repeated the Most Consecutively In the realm of numbers, patterns often hide in plain sight. One such pattern that often intrigues the curious minds is the recurrence of…
C Java Mathematical Programming Python2 Min Read LetuscrackonJune 12, 2024 Find Largest Difference Between Two Adjacent Digits In digital mathematics and number analytics, a frequently encountered problem is the need to understand variations within a given number. This…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Enclose Number Between its Maximum and Minimum Digits In the realm of digital data analytics and number theory, understanding the range and distribution of digits within a number is crucial. This…