Java Python1 Min Read LetuscrackonMarch 25, 2025 Peak Elements Count Peak Elements Count: N integers are passed as input. The program must print the count of peak elements among the N integers. An element is a…
C Java2 Min Read LetuscrackonMarch 20, 2025 Property Inheritance in Family Property Inheritance in Family: The hierarchy of a family is given as the input. The first N lines contain the family hierarchy with each line…
Java Python1 Min Read LetuscrackonMarch 3, 2025 Smallest Product of Three Integers Smallest Product of Three Integers: The program must accept N integers as the input. The program must print the smallest value obtained by the…
Java Wipro2 Min Read LetuscrackonFebruary 22, 2025 Sort Books – Price Rating Year Title The title, ISBN, rating, price and publication year of N books are passed as the input. Then a year Y is passed as the input. The program must…
Java Wipro2 Min Read LetuscrackonFebruary 21, 2025 Integers – Maximum and Count N integers are passed as the input. The program must repeat the steps given below. Step 1: Find the maximum M of the…
Java1 Min Read LetuscrackonFebruary 21, 2025 JAVA – File Handling – Sort Students Java Program to sort the students using file Handling JAVA – File Handling – Sort Students: A list of name and marks for N…
Java1 Min Read LetuscrackonFebruary 19, 2025 JAVA – File Handling – Largest Integer Java Program to find the largest integer using file Handling Java File Handling: An array of N integers is read from a file. The file name is…
Java1 Min Read 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 Java Python1 Min Read LetuscrackonJanuary 28, 2025 Half Pyramid Pattern Printing Half Pyramid Pattern Printing: The program must accept an integer N as the input. The program must print the desired pattern as shown in the…
Java1 Min Read LetuscrackonJanuary 26, 2025 BST – Leaf Node Count BST – Leaf Node Count: An array of N positive integers is passed as input. The program must form a binary search tree with these…