Coding Problems

Calculate the sum of even numbers in a list

Not Started
Basic 1000ms

Find common characters in two strings

Not Started
String 1000ms

Check if a number is a palindrome

Not Started
Math 1000ms

Sort a list of integers in ascending order

Not Started
Data Structures 1000ms

Find unique elements in a list

Not Started
Data Structures 1000ms

Check if two strings are anagrams of each other

Not Started
String 1000ms

Find the minimum value in a list of integers

Not Started
Basic 1000ms

Calculate the sum of digits in a number

Not Started
Math 1000ms

Reverse the order of words in a sentence

Not Started
String 1000ms

Display numbers divisible by 5 from a list

Not Started
Basic 1000ms

Print characters at even index positions

Not Started
String 1000ms

Print sum of current number and previous number in sequence

Not Started
Basic 1000ms

Calculate product and sum of two numbers

Not Started
Basic 1000ms

Implement basic queue operations (enqueue/dequeue)

Not Started
Data Structures 1000ms

Convert Celsius temperatures to Fahrenheit

Not Started
Math 1000ms

Find the greatest common divisor of two numbers

Not Started
Math 1000ms

Check if a number is a perfect square

Not Started
Math 1000ms

Implement a basic calculator (+, -, *, /)

Not Started
Basic 1000ms

Find the intersection of two sets

Not Started
Data Structures 1000ms

Find the contiguous subarray with maximum sum

Not Started
Algorithms 1000ms