Dev Leveling

Coding Challenges

Solve real-world problems, earn points, and level up your coding skills.

Latest Challenges

Two Sum

Easy

Find two numbers that add up to a target.

Binary Search

Beginner

Implement binary search algorithm.

Linked List Cycle

Easy

Detect a cycle in a linked list.

FizzBuzz

Intermediate

Print numbers with fizz/buzz rules.

FizzBuzz

Easy

Print numbers from 1 to 100 with Fizz for multiples of 3, Buzz for 5, and FizzBuzz for both.

Palindrome Checker

Easy

Check if a given string is a palindrome.