Coding Challenges

Practice your coding skills with these challenges.

Propose QuestionSettings

Learn DSA by building

No more boring leetcode problems. Build real-world projects and learn DSA.

Two Sum

Practical : Find product pairs within a given budget for shopping cart suggestions.

Easy
Array
Hash Map
View

Linked List

Practical : Visualize the linked list data structure and it's operations.

Easy
LinkedList
View

Binary Search

Practical : Identify the longest substring without repeating characters for password validation.

Medium
String
Sliding Window
View

Valid Parentheses

Practical : Validate if a string of parentheses is balanced for code editor features.

Easy
Stack
String
View

Merge Intervals

Practical : Merge overlapping time slots for efficient meeting room scheduling.

Medium
Array
Sorting
View