Dev Leveling

Coding Challenges

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

Latest Challenges

Balanced Parentheses

Intermediate

Check if the parentheses in a string are balanced.

Array Rotation

Advanced

Rotate an array to the right by k steps.

Merge Sorted Arrays

Advanced

Merge two sorted arrays into one sorted array.

Longest Substring Without Repeating Characters

Advanced

Find the longest substring without repeating characters.

Find Duplicates

Advanced

Find duplicate numbers in an array.

String Compression

Advanced

Compress a string by counting repeated characters.