Coding Problems

Return level order traversal of binary tree nodes

Not Started
Tree 1000ms

Check if parentheses in string are valid

Not Started
Stack 1000ms

Design class to find median of numbers from data stream

Not Started
Heap 1000ms

Return k most frequent elements

Not Started
Heap 1000ms

Find kth largest element in unsorted array

Not Started
Heap 1000ms

Insert new interval into sorted list of non-overlapping intervals

Not Started
Sorting 1000ms

Merge all overlapping intervals

Not Started
Sorting 1000ms

Find minimum number of rooms needed for all meetings

Not Started
Heap 1000ms

Calculate how much water can be trapped between bars

Not Started
Two Pointers 1000ms

Find two lines that form container with most water

Not Started
Two Pointers 1000ms

Find minimum element in rotated sorted array

Not Started
Binary Search 1000ms

Search for target in rotated sorted array

Not Started
Binary Search 1000ms

Calculate time until all fresh oranges are rotten (BFS)

Not Started
Graph 1000ms

Count number of islands in 2D grid (1=land, 0=water)

Not Started
Graph 1000ms

Check if you can finish all courses given prerequisites

Not Started
Graph 1000ms

Determine if string can be segmented into dictionary words

Not Started
Dynamic Programming 1000ms

Find the longest substring that is a palindrome

Not Started
String 1000ms

Group words that are anagrams together

Not Started
String 1000ms

Find smallest substring containing all characters of pattern

Not Started
String 1000ms

Find length of longest substring without repeating characters

Not Started
String 1000ms