Difficulty Levels

Choose your challenge. Start easy and work your way up.

215
Total Problems

Username Domain Extension

Parse an email address and print the extension, domain, and username in reverse order

easy
45

Print Only Alphabets In Python

Extract and print only alphabetic characters from a given string containing mixed content.

easy
46

Escape Speed

Calculate the escape speed of an object from a planet given gravitational constant, mass, and radius

easy
46

Smallest number by rearranging digits of a given number

Find the smallest number (without leading zeros) that can be formed by rearranging the digits of a given number.

easy
45

How to Find a Randomly Inserted Character in a String in Python

Find the extra character inserted into a string by comparing original and modified strings

easy
48

Pattern Printing – Till N & Reverse

Print a symmetric pattern of numbers increasing from 1 to N and then decreasing back to 1

easy
45

Find the oldest age in the family

Find the maximum age among N family members given as space-separated integers

easy
47

Right Angle Triangle

Check if three given side lengths form a right-angled triangle using the Pythagorean theorem

easy
45

Unique Characters – Occurrence Order

Remove duplicate characters from a string while preserving the order of their first occurrence

easy
47

How to Find the GCD of N Integers Using Python

Calculate the Greatest Common Divisor (GCD) of N integers using Python, with efficient input handling and output formatting.

easy
47

JAVA – Package – EvenPrinter

Print all even numbers in a given range using a custom class

easyArrays & Strings
444

Print Odd or Even (Using if-else)

Determine if a given integer is odd or even and print the corresponding result.

easy
454
PrevPage 9 of 9