MAANG Questions
Recently asked DSA questions in MAANG
Trending Questions
Two Sum
EasyGiven an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
ArrayHash Table
Design LRU Cache
MediumDesign a data structure that follows the constraints of a Least Recently Used (LRU) cache.
Hash TableLinked ListDesign
Merge K Sorted Lists
HardYou are given an array of k linked-lists lists, each linked-list is sorted in ascending order. Merge all the linked-lists into one sorted linked-list.
Linked ListDivide and ConquerHeap
Valid Parentheses
EasyGiven a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
StringStack






