Difficulty Levels

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

213
Total Problems

Right Arrow Pattern Program In Python

Print an arrow pattern using hyphens and asterisks based on an odd integer N

medium
42

Pattern – Integer to Alphabets

Convert a given integer to its corresponding alphabetic representation where 1=A, 2=B, ..., 26=Z, 27=AA, 28=AB, etc.

medium
42

Python Interview Questions

A comprehensive collection of Python programming interview questions covering fundamental concepts, syntax, and practical applications.

medium
42

Count of Power of X

Count the number of integers in a list that are exact powers of a given base number X

medium
41

Python Program To Sort K length Sub-Strings

Sort and print all unique combinations of substrings of length K from a given string

medium
42

Python Program To Check Subsequence Of Two Strings

Check if one string is a subsequence of another string by verifying all characters appear in the same order

medium
42

Bottle Necks – TCS CodeVita

Find the minimum number of visible bottles after optimally nesting smaller bottles inside larger ones.

medium
41

K Palindromic Integers Program In Python

Find the first K palindromic integers greater than a given number N.

medium
42

Longest Substring with a and b count

Find the length of the longest substring containing equal numbers of 'a' and 'b' characters

medium
41

Triangle Count from Array Program In Python

Count the number of valid triangles that can be formed from an array of integers where the sum of any two sides must be greater than the third side.

medium
41

Count the Ships

Count the number of ships in an N×N grid where ships are connected '#' cells in any of 8 directions

medium
41

Largest Integer

Build the largest possible integer by drawing digits from vertical chutes, removing one digit at a time from any chute

medium
42
PrevPage 5 of 9Next