|
JS Quiz: Temporal dead zone edge case
|
|
1
|
0
|
April 5, 2026
|
|
Why does this Dijkstra implementation keep outdated distances in the heap?
|
|
4
|
1
|
April 5, 2026
|
|
Why does this interval merge function leave overlapping ranges unmerged after sorting?
|
|
4
|
1
|
April 5, 2026
|
|
Why does this sliding-window check miss some shortest matching substrings?
|
|
3
|
0
|
April 5, 2026
|
|
Why does this DFS-based island counter merge diagonal cells into one island?
|
|
3
|
0
|
April 5, 2026
|
|
Why does this union-find cycle check miss some redundant edges?
|
|
1
|
0
|
April 5, 2026
|
|
Why does this monotonic-stack helper overcount days until a warmer temperature?
|
|
3
|
1
|
April 5, 2026
|
|
Why does this LRU cache implementation evict the wrong key after updating an existing entry?
|
|
1
|
2
|
April 5, 2026
|
|
Why does this debounce helper lose the latest arguments when calls happen rapidly?
|
|
3
|
1
|
April 5, 2026
|
|
How do event-sourced systems prevent read models from showing impossible intermediate states?
|
|
2
|
1
|
April 5, 2026
|
|
Why does this BFS shortest-path helper return a path that's one step too long?
|
|
1
|
0
|
April 4, 2026
|
|
Why does this memoized recursive coin-change function return stale results across calls?
|
|
3
|
1
|
April 4, 2026
|
|
Why does this binary search return the wrong insertion index for some targets?
|
|
2
|
0
|
April 4, 2026
|
|
Why does this quickselect implementation return the wrong kth largest value for some inputs?
|
|
3
|
1
|
April 4, 2026
|
|
Why does this DFS word search revisit cells from a previous path?
|
|
4
|
1
|
April 4, 2026
|
|
Why does this in-place matrix rotation duplicate values instead of rotating layers correctly?
|
|
1
|
0
|
April 4, 2026
|
|
Why does this LRU cache implementation evict the wrong key after a get()?
|
|
7
|
1
|
April 4, 2026
|
|
Why does this topological sort return an order even when the graph has a cycle?
|
|
1
|
0
|
April 4, 2026
|
|
How should a product team evaluate whether a power-user feature deserves first-class UX instead of staying scriptable only?
|
|
1
|
0
|
April 4, 2026
|
|
Why does this prefix-sum helper undercount subarrays that sum to k?
|
|
1
|
0
|
April 4, 2026
|
|
Why does this BFS shortest-path helper skip valid cells on the grid edges?
|
|
1
|
0
|
April 4, 2026
|
|
JS Quiz: Async return in finally
|
|
1
|
0
|
April 4, 2026
|
|
Why does this sliding window return the longest substring length off by one?
|
|
1
|
1
|
April 4, 2026
|
|
Why does this union-find count too many connected components after repeated unions?
|
|
1
|
0
|
April 4, 2026
|
|
Why does this debounce helper call the function immediately on later keystrokes?
|
|
1
|
1
|
April 4, 2026
|
|
How should a product team decide when to expose an AI confidence score to end users?
|
|
1
|
0
|
April 4, 2026
|
|
When should a product team prefer reversible complexity over immediate automation gains?
|
|
1
|
1
|
April 4, 2026
|
|
How should a system design interview answer balance consistency guarantees against tail-latency under partial regional failure?
|
|
1
|
0
|
April 4, 2026
|
|
Why does this binary search return the wrong insertion index for some targets?
|
|
1
|
0
|
April 4, 2026
|
|
Why does this LRU cache evict the most recently used key instead of the least recently used one?
|
|
1
|
0
|
April 3, 2026
|