0% found this document useful (0 votes)
5 views6 pages

Amazon 100

The document lists various coding problems from LeetCode, categorized by difficulty and company relevance, particularly focusing on top Amazon questions. It includes problem titles, acceptance rates, and difficulty levels for each question. Additionally, it provides links to solutions and articles related to the problems.

Uploaded by

ANKIT MATHUR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views6 pages

Amazon 100

The document lists various coding problems from LeetCode, categorized by difficulty and company relevance, particularly focusing on top Amazon questions. It includes problem titles, acceptance rates, and difficulty levels for each question. Additionally, it provides links to solutions and articles related to the problems.

Uploaded by

ANKIT MATHUR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

05/11/2019 Problems - LeetCode

Algorithms Database Shell

(/problemset/algorithms/) (/problemset/database/) (/problemset/shell/)


New

Concurrency

(/problemset/concurrency/)

All Problems
(/problemset/all/)

 Top 100 Liked Questions


(/problemset/top-100-liked-questions/)

 Top Amazon Questions 


(/problemset/top-amazon-questions/)

 Top Facebook Questions 


(/problemset/top-facebook-questions/)

 Top Google Questions 


(/problemset/top-google-questions/)

 Top Interview Questions


(/problemset/top-interview-questions/)

 Top LinkedIn Questions 


(/problemset/top-linkedin-questions/)

 Contribute Question
(/contribute/)

 Top Amazon Questions


2/50 Solved - Easy 1 Medium 1 Hard 0

Search question titles, description or IDs

 Difficulty  Status  Lists  Tags 

# Title Solution Acceptance Difficulty Frequency 

1 Two Sum (/problems/two-  (/articles/two- 44.7% Easy


sum) sum)

https://leetcode.com/problemset/top-amazon-questions/ 1/6
05/11/2019 Problems - LeetCode

 2 Add Two Numbers  (/articles/add- 32.1% Medium


(/problems/add-two- two-numbers)
numbers)

146 LRU Cache (/problems/lru-  (/articles/lru- 28.2% Medium


cache) cache)

42 Trapping Rain Water  45.5% Hard


(/problems/trapping-rain- (/articles/trapping-
water) rain-water)

5 Longest Palindromic Substring  (/articles/longest- 28.2% Medium


(/problems/longest- palindromic-
palindromic-substring) substring)

200 Number of Islands  (/articles/number- 43.5% Medium


(/problems/number-of- of-islands)
islands)

15 3Sum (/problems/3sum) 25.1% Medium

 21 Merge Two Sorted Lists  (/articles/merged- 49.7% Easy


(/problems/merge-two-sorted- two-sorted-lists)
lists)

937 Reorder Data in Log Files  (/articles/reorder- 54.1% Easy


(/problems/reorder-data-in- log-files)
log-files)

23 Merge k Sorted Lists  (/articles/merge- 36.8% Hard


(/problems/merge-k-sorted- k-sorted-list)
lists)

273 Integer to English Words  (/articles/integer- 25.2% Hard


(/problems/integer-to-english- to-english-words)
words)

297 Serialize and Deserialize  (/articles/serialize- 43.5% Hard


Binary Tree and-deserialize-
(/problems/serialize-and- binary-tree)
deserialize-binary-tree)

253 Meeting Rooms II  (/articles/meeting- 44.0% Medium


(/problems/meeting-rooms-ii) rooms-ii)

49 Group Anagrams  (/articles/group- 50.4% Medium


(/problems/group- anagrams)
anagrams)

https://leetcode.com/problemset/top-amazon-questions/ 2/6
05/11/2019 Problems - LeetCode

269 Alien Dictionary 33.0% Hard


(/problems/alien-dictionary) 

973 K Closest Points to Origin  (/articles/k- 61.3% Medium


(/problems/k-closest-points- closest-points-to-
to-origin) origin)

138 Copy List with Random  (/articles/copy- 30.1% Medium


Pointer (/problems/copy-list- list-with-random-
with-random-pointer) pointer)

127 Word Ladder  (/articles/word- 26.2% Medium


(/problems/word-ladder) ladder)

139 Word Break (/problems/word-  (/articles/word- 37.2% Medium


break) break)

124 Binary Tree Maximum Path  (/articles/binary- 31.4% Hard


Sum (/problems/binary-tree- tree-maximum-path-
maximum-path-sum) sum)

212 Word Search II  (/articles/word- 30.7% Hard


(/problems/word-search-ii) search-ii)

45 Jump Game II 29.1% Hard


(/problems/jump-game-ii)

1192 Critical Connections in a 47.7% Hard


Network (/problems/critical-
connections-in-a-network)

642 Design Search Autocomplete  (/articles/design- 40.8% Hard


System (/problems/design- search-
search-autocomplete- autocomplete-
system)  system)

295 Find Median from Data Stream  (/articles/find- 39.5% Hard


(/problems/find-median-from- median-from-data-
data-stream) stream)

341 Flatten Nested List Iterator 50.0% Medium


(/problems/flatten-nested-list-
iterator)

240 Search a 2D Matrix II  (/articles/search- 41.8% Medium


(/problems/search-a-2d- a-2d-matrix-ii)
matrix-ii)

239 Sliding Window Maximum  (/articles/sliding- 39.8% Hard


(/problems/sliding-window- window-maximum)
maximum)

https://leetcode.com/problemset/top-amazon-questions/ 3/6
05/11/2019 Problems - LeetCode

460 LFU Cache (/problems/lfu- 30.9% Hard


cache)

126 Word Ladder II 19.4% Hard


(/problems/word-ladder-ii)

103 Binary Tree Zigzag Level Order 43.9% Medium


Traversal (/problems/binary-
tree-zigzag-level-order-
traversal)

692 Top K Frequent Words  (/articles/top-k- 47.7% Medium


(/problems/top-k-frequent- frequent-words)
words)

207 Course Schedule 39.8% Medium


(/problems/course-
schedule)

140 Word Break II  (/articles/word- 28.7% Hard


(/problems/word-break-ii) break-ii)

772 Basic Calculator III 41.2% Hard


(/problems/basic-calculator-
iii) 

348 Design Tic-Tac-Toe 51.6% Medium


(/problems/design-tic-tac-
toe) 

472 Concatenated Words 37.9% Hard


(/problems/concatenated-
words)

572 Subtree of Another Tree  (/articles/subtree- 42.7% Easy


(/problems/subtree-of- of-another-tree)
another-tree)

456 132 Pattern (/problems/132-  (/articles/132- 27.6% Medium


pattern) pattern)

819 Most Common Word  (/articles/most- 43.0% Easy


(/problems/most-common- common-word)
word)

957 Prison Cells After N Days  (/articles/prison- 38.3% Medium


(/problems/prison-cells-after- cells-after-n-days)
n-days)

545 Boundary of Binary Tree  36.7% Medium


(/problems/boundary-of- (/articles/boundary-
binary-tree)  of-binary-tree)

https://leetcode.com/problemset/top-amazon-questions/ 4/6
05/11/2019 Problems - LeetCode

909 Snakes and Ladders  (/articles/snakes- 36.2% Medium


(/problems/snakes-and- and-ladders)
ladders)

866 Prime Palindrome  (/articles/prime- 21.1% Medium


(/problems/prime- palindrome)
palindrome)

994 Rotting Oranges  (/articles/rotting- 46.4% Easy


(/problems/rotting-oranges) oranges)

1000 Minimum Cost to Merge 36.7% Hard


Stones (/problems/minimum-
cost-to-merge-stones)

1044 Longest Duplicate Substring  (/articles/longest- 23.8% Hard


(/problems/longest-duplicate- duplicate-substring)
substring)

1099 Two Sum Less Than K 59.8% Easy


(/problems/two-sum-less-
than-k) 

1167 Minimum Cost to Connect 61.2% Medium


Sticks (/problems/minimum-
cost-to-connect-sticks) 

1102 Path With Maximum Minimum 46.9% Medium


Value (/problems/path-with-
maximum-minimum-value) 

50  rows per page.

 Topics

Array 202 (/tag/array/) Dynamic Programming 167 (/tag/dynamic-programming/) Math 156 (/tag/math/)

String 148 (/tag/string/) Tree 121 (/tag/tree/) Hash Table 120 (/tag/hash-table/)

Depth-first Search 112 (/tag/depth-first-search/) Binary Search 79 (/tag/binary-search/) Greedy 65 (/tag/greedy/)

Two Pointers 60 (/tag/two-pointers/) Breadth-first Search 57 (/tag/breadth-first-search/) Stack 54 (/tag/stack/)

Backtracking 49 (/tag/backtracking/) Design 42 (/tag/design/) Sort 38 (/tag/sort/)

Bit Manipulation 36 (/tag/bit-manipulation/) Graph 36 (/tag/graph/) Linked List 36 (/tag/linked-list/)

Heap 34 (/tag/heap/)
Show More 
https://leetcode.com/problemset/top-amazon-questions/ 5/6
05/11/2019 Problems - LeetCode
Show More 

 Companies

Google 735 (/company/google/) Amazon 588 (/company/amazon/) Facebook 440 (/company/facebook/)

Microsoft 394 (/company/microsoft/) Uber 261 (/company/uber/) Apple 251 (/company/apple/)

Bloomberg 251 (/company/bloomberg/) Adobe 171 (/company/adobe/) LinkedIn 143 (/company/linkedin/)

Oracle 106 (/company/oracle/) Yahoo 101 (/company/yahoo/) Twitter 83 (/company/twitter/)

Goldman Sachs 79 (/company/goldman-sachs/) Snapchat 79 (/company/snapchat/) Airbnb 69 (/company/airbnb/)

eBay 65 (/company/ebay/) Walmart Labs 63 (/company/walmart-labs/) VMware 61 (/company/vmware/)

Alibaba 58 (/company/alibaba/) Salesforce 54 (/company/salesforce/) Yelp 53 (/company/yelp/)

Lyft 52 (/company/lyft/) Cisco 47 (/company/cisco/) ByteDance 44 (/company/bytedance/)

Baidu 42 (/company/baidu/) Expedia 42 (/company/expedia/) Paypal 38 (/company/paypal/)

Pinterest 36 (/company/pinterest/) Mathworks 33 (/company/mathworks/) Zillow 32 (/company/zillow/)

Yandex 31 (/company/yandex/) SAP 30 (/company/sap/) Tencent 30 (/company/tencent/)

Visa 29 (/company/visa/) Atlassian 27 (/company/atlassian/) Zenefits 26 (/company/zenefits/)

Intuit 24 (/company/intuit/) Dropbox 23 (/company/dropbox/) Nutanix 22 (/company/nutanix/)

Pocket Gems 21 (/company/pocket-gems/) Quora 21 (/company/quora/) Wish 21 (/company/wish/)

Palantir Technologies 20 (/company/palantir-technologies/) Qualtrics 20 (/company/qualtrics/)

Citadel 19 (/company/citadel/) Hulu 19 (/company/hulu/) Indeed 19 (/company/indeed/)

JPMorgan 18 (/company/jpmorgan/) Samsung 18 (/company/samsung/) Square 18 (/company/square/)

Wayfair 18 (/company/wayfair/) Akuna Capital 17 (/company/akuna-capital/) Coursera 17 (/company/coursera/)

GoDaddy 17 (/company/godaddy/) Houzz 17 (/company/houzz/) Two Sigma 16 (/company/two-sigma/)

Show More 

Copyright © 2019 LeetCode


Help Center (/support/) | Terms (/terms/) | Privacy Policy (/privacy/)
United States (/region/)

https://leetcode.com/problemset/top-amazon-questions/ 6/6

You might also like