🔢
Algorithms & Data
Search...
Ctrl + K
Algorithm Problems
AlgoExpert
Medium
Previous
Four Number Sum
Next
Missing Numbers
Last updated
1 year ago
Missing Numbers
Beat Seat
Suffix Trie Construction
One Edit
Minimum Characters For Words
Reverse Words in String
Valid IP Addresses
Group Anagrams
Longest Palindromic Substring
Next Greater Element
Sort Stack ⇒ recursive good -
Sunset Views
Balanced Brackets
Min Max Stack Construction
Three Number Sort ⇒ counting sort or radix sort ⇒ three pointer with in-place swap
Staircase Traversal ⇒ it is like the number of ways to change
Phone Number Mnemonics ⇒ can use word and index to create each case without concatenation
Power Set
Permutations -
Merging LinkedLists
Sum Of Linked Lists -
Remove Kth Node From End -
Linked List Construction - Doubly Linked List ?
Min Heap Construction
Valid Starting City
Task Assignment - use two pointer
Two Colorable - Graph
Minimum Passes Of Matrix
Cycle in Graph -
Remove Islands -
Youngest Common Ancestor
River Sizes -
Breadth First Search
Single Cycle Check
Union Find
Stable Internships
Kadane’s Algorithm
Levenshtein Distance
Min Number Of Coins For Change
Number Of Ways To Make Change
Number Of Ways To Traverse Graph
Max Subset Sum No Adjacent
Symmetrical Tree
Merge Binary Trees
Height Balanced Binary Tree
Find Successor
Binary Tree Diameter
Invert Binary Tree
Reconstruct Bst
Find Kth Largest Value In Bst
Min Height BST
BST Traversal
Validate Bst
BST Construction
Zero Sum Subarray + find indices of sub array
Merge Overlapping Intervals
First Duplicate Number
Array of Products
Longest Peak
Spiral Traverse
Monotonic Array
Move Element To End
Smallest Difference
Three Number Sum