Coding Problems

Check if a binary tree is balanced

Not Started
Data Structures 1000ms

Flatten a nested list structure

Not Started
Data Structures 1000ms

Implement binary search on a sorted array

Not Started
Algorithms 1000ms

Count the number of uppercase letters in a string

Not Started
String 1000ms

Find the longest word in a sentence

Not Started
String 1000ms

Check if a string reads the same forwards and backwards

Not Started
String 1000ms

Remove duplicate values from a list

Not Started
Data Structures 1000ms

Find common elements between two lists

Not Started
Data Structures 1000ms

Combine two dictionaries into one

Not Started
Data Structures 1000ms

Calculate area of a rectangle

Not Started
Math 1000ms

Convert a numeric string to integer

Not Started
Type Conversion 1000ms

Find the maximum of three numbers

Not Started
Basic 1000ms

Combine two strings into one

Not Started
String 1000ms

Check if a number is even or odd

Not Started
Basic 1000ms

Write a program to print "Hello, World!"

Not Started
Basic 1000ms

Check if a string reads the same forwards and backwards (ignoring case).

Not Started
String 1000ms

Determine if a given number is prime.

Not Started
Math 1000ms

For numbers from 1 to n, print "Fizz" for multiples of 3, "Buzz" for multiples of 5, and "FizzBuzz" for …

Not Started
Basic 1000ms

Determine if a given year is a leap year.

Not Started
Basic 1000ms

Given an array of integers, find the maximum value.

Not Started
Array 1000ms