#Amazon

Author avatar
Anonymous UserJun 24, 2025
LeetCode problems based on problem solving techniques

Granular breakdown by subtechnique, focusing on patterns relevant to Amazon๐Ÿง  Greedy SubpatternsGreedy for Local Min/Max122. Best Time to Buy and Sell Stock IIG

2 min readยทGeneral
Article cover
Author avatar
Anonymous UserJun 22, 2025
Top 100 Amazon LeetCode Questions by frequency

Two SumBest Time to Buy and Sell StockLRU CacheMaximum Frequency After Subarray OperationNumber of IslandsReorganize StringLongest Palindromic SubstringMaximize

2 min readยทGeneral
Article cover
Author avatar
Anonymous UserJun 22, 2025
Amazon Hard Problems sorted by frequency

Trapping Rain WaterMerge k Sorted ListsCandyMedian of Two Sorted ArraysMinimum Window SubstringBasic CalculatorLFU CacheConcatenated WordsReverse Nodes in k-Gro

1 min readยทGeneral
Article cover
Author avatar
Anonymous UserJun 22, 2025
Amazon Medium Problems sorted by frequency

LRU CacheMaximum Frequency After Subarray OperationNumber of IslandsReorganize StringLongest Palindromic SubstringMaximize Yโ€‘Sum by Picking a Triplet of Distinc

3 min readยทGeneral
Article cover
Author avatar
Anonymous UserJun 22, 2025
Amazon Easy DS Problems sorted by frequency

Two Sum โ€“ HashMapBest Time to Buy and Sell Stock โ€“ ArraysReverse Linked List โ€“ Linked ListValid Parentheses โ€“ StackPalindrome Number โ€“ Math/StringFlood Fill โ€“ D

2 min readยทGeneral
Article cover
Author avatar
Prashant BasnetJun 21, 2025
Word Ladder | HashMap + BFS

A transformation sequence from word beginWord to word endWord using a dictionary wordList is a sequence of words be

3 min readยทGeneral
Author avatar
Prashant BasnetJun 16, 2025
Understanding Backtracking Patterns: Sequential vs Choice Generation

Many struggle with backtracking because they confuse two fundamental patterns i.e Sequential Decision Making and Choice Generation. The Conversion Funnel: From

2 min readยทGeneral
Article cover
Author avatar
Prashant BasnetJun 15, 2025
๐Ÿง  The Thinking Evolution: From Problem to Pattern Recognition | Mental Model

๐ŸŽฏ The Real Question: How do I train my brain to see patterns?here's the actual thinking process that happens in senior developers' minds:๐Ÿ“– STEP 1: R

6 min readยทGeneral
Article cover
Author avatar
Brain DumpJun 15, 2025
Popular Problems

EasyDesign Parking System (87.1%)Make Array Zero by Subtracting Equal Amounts (73.3%)Maximum Units on a Truck (74.3%)MediumLRU Cache (45.2%)Number of Islands (6

2 min readยทGeneral
Author avatar
Prashant BasnetMay 29, 2025
Understanding Debounce vs Throttle

If youโ€™ve ever built a search bar or input form that sends API calls, youโ€™ve probably heard of debounce. Or maybe youโ€™ve created a backend API then you've proba

3 min readยทGeneral
Article cover
Author avatar
Brain DumpMay 29, 2025
๐Ÿ”— LeetCode JavaScript Questions (with links)

List of question to upgrade your javascript skill.3373. Maximize the Number of Target Nodes After Connecting Trees II2618. Check if Object Instance of Class2619

2 min readยทGeneral
Author avatar
Anonymous UserMay 27, 2025
Reorganize String | Two adjacent characters are not the same.

Given a string s, rearrange the characters of s so that any two adjacent characters are not the same.Return any possible rearrangement of&nb

3 min readยทGeneral
Article cover
Author avatar
Prashant BasnetMay 26, 2025
Kahn's Algorithm | Topological Sort | Graph Cycle Detection

A sort that return a specific order of the vertex of a given a graph as long as the graph satisfies certain condition. This is a simple algorithm to learn.First

5 min readยทGeneral
Article cover
Author avatar
Brain DumpJan 2, 2025
Amazon Spring '23 High Frequency problems

EasyKids With the Greatest Number of CandiesMediumThe kth Factor of nOptimal Partition of StringLowest Common Ancestor of a Binary Tree IVMinimum Swaps to Group

2 min readยทGeneral
Article cover