#Faang

Faang
              unisala image
Author avatar
Anonymous UserOct 6, 2025
Amazon Most Frequent in 30 Days

Two Sum Longest Substring Without Repeating Characters Best Time to Buy and Sell Stock LRU Cache Number of Islands Reorganize String Trapping Rain Water Group A

2 min read·General
Article cover
Author avatar
Anonymous UserOct 6, 2025
Uber Frequent Questions

Text Justification Word Search Number of Islands Word Search II Basic Calculator Kth Smallest Element in a BST Number of Islands II Top K Frequent Elements Eval

2 min read·General
Article cover
Author avatar
Anonymous UserOct 6, 2025
Google 30 Day Frequent Problems

Two Sum Merge Strings Alternately Palindrome Number Trapping Rain Water Median of Two Sorted Arrays Longest Substring Without Repeating Characters 3Sum Merge So

3 min read·General
Article cover
Author avatar
Anonymous UserSep 29, 2025
Top 30 Question in Meta

Diameter of Binary TreeSimplify PathMerge Sorted ArrayValid PalindromeLRU CacheFind Peak ElementValid Palindrome IIDot Product of Two Sparse VectorsKth Largest

2 min read·General
Author avatar
Prashant BasnetSep 4, 2025
Factory Pattern: The Glue of Services, Repos, and Infra

When a project starts, life is simple. You know how things are wired, and adding a new feature feels effortless. But as the system grows, that mental model coll

3 min read·General
Article cover
Author avatar
Prashant BasnetSep 2, 2025
Design Patterns Every Developer Should Know: From Principles to Practice

First thing first what's difference between Design Principles vs Design Patterns?The Why?Design Principles are broad guidelines or philosophies for writing good

9 min read·General
Article cover
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
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
Brain DumpJan 3, 2025
6-month Google LeetCode study plan

Easy (35/288)Two SumPalindrome NumberRoman to IntegerLongest Common PrefixValid ParenthesesMerge Two Sorted ListsRemove Duplicates from Sorted ArrayRemove Eleme

1 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
Author avatar
Anonymous UserJan 1, 2025
Google High Frequency Leetcode Question

Google Spring' 23 High FrequencyGuess the Word (Hard)Reconstruct Itinerary (Hard)Finding the Number of Visible Mountains (Medium)Largest Color Value in a Direct

4 min read·General
Article cover