#Amazon

Author avatar
Prashant Basnet5 days ago
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 Dump5 days ago
🔗 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