Coding Interviews: Stacks and Queues
Collapse
AllMediumEasyHardVideoPythonCode SolutionJavaJavascript
Given an array of meeting time intervals intervals where intervals[i] = [starti, endi], return the minimum number of conference rooms required.
Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
Given an integer array nums and an integer k, return the k most frequent elements. You may return the answer in any order.