Questions by Difficulty
Practice problems organized by difficulty level to match your skill progression.
Easy Questions
7 questionsTwo Sum
ArrayFind two numbers that add up to a target using hash map.
Valid Parentheses
StackCheck if parentheses string is valid using stack approach.
Reverse a Linked List
Linked ListReverse a singly linked list using iterative approach.
Merge Strings Alternately
StringsMerge two strings by alternating their characters.
Palindrome Number
MathCheck if an integer is a palindrome without converting to string.
Merge Two Sorted Lists
Linked ListMerge two sorted linked lists using dummy node approach.
Binary Tree Inorder Traversal
TreeTraverse binary tree inorder using recursive and iterative approaches.
Medium Questions
2 questionsHard Questions
Coming Soonđźš§
Hard Questions Coming Soon
We're working on adding more hard difficulty problems. Check back soon!
More questions coming soon! Check back regularly for updates.