If you complete all questions and looking for more problem sets, I recommend checking out Algorithm Questions. However, I'm confused as to the order of how I should be completing these problems. Sharing methods to solve questions on leetcode, trying to systematize different types of questions. Bloomberg - Part 2 (Jul - Nov 2020) (latest) 2.41 Bloomberg - Part 1 (Jan - Jun 2020) 2.51 Amazon (links only); Related links; Source Leetcode question list by companies, include the premium questions. Number of Connected Components in an Undirected Graph, Convert Sorted Array to Binary Search Tree, Construct Binary Tree from Preorder and Inorder Traversal, Longest Substring Without Repeating Characters. I don't think it would be feasible to go through all of them this summer. Feel free to use them! Leetcode brushing questions-linked list. Any update (lesson learned type)? Apple, Go to company page The next time you are practicing Leetcode questions, try remembering some of the points above and start treating practice like an actual interview. Palindrome Linked List Leetcode Solution. Just another LeetCode + coding prep gist. You can clone to your account to avoid solving problems you have already solved. Please share the link to questions if anyone has it. Apologies for the very late reply. 2. Google interview questions implementation. I mentioned these links in the middle of the stories, but here are links to keep track of your progress. Linked List. My friend is writing it, and it’s worth to read. If you need to add an additional list, just hover over " Favorite" and click on "+ Create a new list" in the popup menu. Hey Srj, have you decided where to go? If someone can't answer those questions without looking up their languages syntax, then they don't know their language well enough to even start trying leetcode style questions. Last updated- 2nd December 2019 I did 400-500 LC questions last time and distilled the most useful questions from my experience into this list. I am looking to have a list of questions which are necessary to be solved to cover all the concepts and types of questions. GitHub Gist: instantly share code, notes, and snippets. Some bad coding practices every developer needs to be aware of. The questions in the pdfs inside folder are sorted by frequency of appearance. Check out Sorting Algorithms Animations. This is LeetCode's official curated list of Top classic interview questions to help you land your dream job. I am proficient … Here are some problems to help me pass the coding interview. Cisco. A list of LeetCode questions with the corresponding companies sorted by difficulty level. Facebook Leetcode-Questions. Create Your List. Before you start Leetcoding, you need to study/brush up a list of important topics. For locked premium questions, please search the problems in lintcode website which are available for free. Go each of sorting algorithms and understand pros and cons. LeetCode provides a system default list called "Favorite". Our top interview questions are divided into the following series: Easy Collection Medium Collection Hard Collection to help you master Data Structure & Algorithms and improve your coding skills. Navigate to any question's page and click on " Favorite" to add the question to the default Favorite list. I provided the answers as well as explanations in this blog, as a way to consolidate the SQL knowledge. Many other LeetCode questions are a mash of the techniques from these individual questions. The platform contains 905 interview questions reportedly asked by Google. Note: If you are using leetcode-cn.com, you can just ignore this section.. Contribute to zrwwzr/Leetcode-Google development by creating an account on GitHub. Amazon OA question list. https://leetcode.com/problems/best-time-to-buy-and-sell-stock/, https://leetcode.com/problems/contains-duplicate/, https://leetcode.com/problems/product-of-array-except-self/, https://leetcode.com/problems/maximum-subarray/, https://leetcode.com/problems/maximum-product-subarray/, https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/, https://leetcode.com/problems/search-in-rotated-sorted-array/, https://leetcode.com/problems/container-with-most-water/, https://leetcode.com/problems/sum-of-two-integers/, https://leetcode.com/problems/number-of-1-bits/, https://leetcode.com/problems/counting-bits/, https://leetcode.com/problems/missing-number/, https://leetcode.com/problems/reverse-bits/, https://leetcode.com/problems/climbing-stairs/, https://leetcode.com/problems/coin-change/, https://leetcode.com/problems/longest-increasing-subsequence/, https://leetcode.com/problems/word-break/, https://leetcode.com/problems/combination-sum-iv/, https://leetcode.com/problems/house-robber/, https://leetcode.com/problems/house-robber-ii/, https://leetcode.com/problems/decode-ways/, https://leetcode.com/problems/unique-paths/, https://leetcode.com/problems/clone-graph/, https://leetcode.com/problems/course-schedule/, https://leetcode.com/problems/pacific-atlantic-water-flow/, https://leetcode.com/problems/number-of-islands/, https://leetcode.com/problems/longest-consecutive-sequence/, https://leetcode.com/problems/alien-dictionary/, https://leetcode.com/problems/graph-valid-tree/, https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/, https://leetcode.com/problems/insert-interval/, https://leetcode.com/problems/merge-intervals/, https://leetcode.com/problems/non-overlapping-intervals/, https://leetcode.com/problems/meeting-rooms/, https://leetcode.com/problems/meeting-rooms-ii/, https://leetcode.com/problems/reverse-linked-list/, https://leetcode.com/problems/linked-list-cycle/, https://leetcode.com/problems/merge-two-sorted-lists/, 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/set-matrix-zeroes/, https://leetcode.com/problems/spiral-matrix/, https://leetcode.com/problems/rotate-image/, https://leetcode.com/problems/word-search/, https://leetcode.com/problems/longest-substring-without-repeating-characters/, https://leetcode.com/problems/longest-repeating-character-replacement/, https://leetcode.com/problems/minimum-window-substring/, https://leetcode.com/problems/valid-anagram/, https://leetcode.com/problems/group-anagrams/, https://leetcode.com/problems/valid-parentheses/, https://leetcode.com/problems/valid-palindrome/, https://leetcode.com/problems/longest-palindromic-substring/, https://leetcode.com/problems/palindromic-substrings/, https://leetcode.com/problems/encode-and-decode-strings/, https://leetcode.com/problems/maximum-depth-of-binary-tree/, https://leetcode.com/problems/invert-binary-tree/, https://leetcode.com/problems/binary-tree-maximum-path-sum/, https://leetcode.com/problems/binary-tree-level-order-traversal/, https://leetcode.com/problems/serialize-and-deserialize-binary-tree/, https://leetcode.com/problems/subtree-of-another-tree/, https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/, https://leetcode.com/problems/validate-binary-search-tree/, https://leetcode.com/problems/kth-smallest-element-in-a-bst/, https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/, https://leetcode.com/problems/implement-trie-prefix-tree/, https://leetcode.com/problems/add-and-search-word-data-structure-design/, https://leetcode.com/problems/word-search-ii/, https://leetcode.com/problems/top-k-frequent-elements/, https://leetcode.com/problems/find-median-from-data-stream/.