Difficulty Levels

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

215
Total Problems

Height Pattern Printing

Generate a graphical column chart using '#' and '-' characters based on a given list of integer heights.

medium
410

Sort based on Weight

Sort N integers based on their computed weight, where weight is determined by perfect square, multiple of 4 and divisible by 6, and even number conditions

medium
411

Forest Fire – TCS CodeVita

Calculate the minimum time required for fire to spread from an initial tree to all trees in a forest, spreading to all 8 adjacent trees every minute

medium
410

New ATM Design – TCS CodeVita

Design an ATM that dispenses maximum number of currency notes for student withdrawals with limited denominations and note counts.

medium
41

1 to N – Mixed Pattern Printing

Print numbers from 1 to N in alternating pattern: 1, N, 2, N-1, 3, N-2, ...

medium
41

Matrix Transpose

Given a matrix of R rows and C columns, print its transpose where rows become columns and vice versa.

medium
41

Digital 7-Shaped String

Print a given string in a 7-shaped digital format where characters form a descending diagonal pattern

medium
42

Distinct Length Pairs

Count the number of pairs formed by selecting one integer from each of two lists where the integers have different numbers of digits.

medium
41

Common Alphabets N Strings

Count the number of lowercase alphabets that appear in all given strings

medium
42

Diamond with Plus Pattern

Print a diamond pattern formed by asterisks and plus pattern, surrounded by hyphens as empty spaces

medium
42

Pet Store Dogs

Calculate the number of ways to arrange N dogs in cages where aggressive dogs must be alone and passive dogs can share cages in pairs

medium
44

Print February Calendar

Generate a calendar for February of a given year, starting from a specified day of the week.

medium
43
Page 1 of 9Next