Coding Challenges

Browse our collection of coding challenges across different difficulty levels and topics

Easy
Arrays
Two Sum
March 17, 2025

Find two numbers in an array that add up to a target value

JavaScript, Python, Java
2145 submissions
50 points
Solve
Easy
Strings
Valid Parentheses
March 16, 2025

Determine if a string of parentheses is valid

JavaScript, Python, Java
1876 submissions
50 points
Solve
Medium
Arrays
Merge Sorted Arrays
March 15, 2025

Merge two sorted arrays into a single sorted array

JavaScript, Python, Java
1243 submissions
75 points
Solve
Medium
Trees
Binary Tree Traversal
March 14, 2025

Implement different methods to traverse a binary tree

JavaScript, Python, Java
987 submissions
75 points
Solve
Medium
Strings
Longest Substring Without Repeating Characters
March 13, 2025

Find the length of the longest substring without repeating characters

JavaScript, Python, Java
1532 submissions
75 points
Solve
Hard
Dynamic Programming
Climbing Stairs
March 12, 2025

Count the number of ways to climb a staircase

JavaScript, Python, Java
765 submissions
100 points
Solve