Interview Question Bank

TheCuriousProgrammer
1 min readJul 10, 2021

--

These are some problems that I practiced before my Google Interview in a span of 2 weeks.

https://leetcode.com/problems/two-sum/

https://leetcode.com/problems/3sum/

https://leetcode.com/problems/max-consecutive-ones-iii/

https://leetcode.com/problems/maximum-product-subarray/

https://leetcode.com/problems/maximum-product-subarray/

https://leetcode.com/problems/next-permutation/

https://leetcode.com/problems/valid-number/

https://leetcode.com/problems/valid-parentheses/

https://leetcode.com/problems/palindromic-substrings/

https://leetcode.com/problems/minimum-window-substring/

https://leetcode.com/problems/longest-repeating-character-replacement/

https://leetcode.com/problems/populating-next-right-pointers-in-each-node/

https://leetcode.com/problems/binary-search-tree-iterator/

https://leetcode.com/problems/kth-smallest-element-in-a-bst/

https://leetcode.com/problems/serialize-and-deserialize-binary-tree/

https://leetcode.com/problems/diameter-of-binary-tree/

https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/

https://leetcode.com/problems/single-element-in-a-sorted-array/

https://leetcode.com/problems/find-k-closest-elements/

https://leetcode.com/problems/clone-graph/

https://leetcode.com/problems/number-of-islands/

https://leetcode.com/problems/reconstruct-itinerary/

https://leetcode.com/problems/next-greater-element-ii/

https://leetcode.com/problems/cheapest-flights-within-k-stops/

https://leetcode.com/problems/search-in-rotated-sorted-array/

https://leetcode.com/problems/median-of-two-sorted-arrays/

https://leetcode.com/problems/top-k-frequent-elements/

https://leetcode.com/problems/merge-k-sorted-lists/

https://leetcode.com/problems/reverse-linked-list/

https://leetcode.com/problems/linked-list-cycle/

https://leetcode.com/problems/merge-k-sorted-lists/

https://leetcode.com/problems/remove-nth-node-from-end-of-list/

https://leetcode.com/problems/reorder-list/

https://leetcode.com/problems/letter-combinations-of-a-phone-number/

https://leetcode.com/problems/generate-parentheses/

https://leetcode.com/problems/n-queens/

https://leetcode.com/problems/regular-expression-matching/

https://leetcode.com/problems/permutations/

https://leetcode.com/problems/coin-change/

https://leetcode.com/problems/longest-common-subsequence/

https://leetcode.com/problems/climbing-stairs/

https://leetcode.com/problems/word-break/

https://leetcode.com/problems/jump-game/

https://leetcode.com/problems/decode-ways/

--

--

No responses yet