Block a user
Two Sum Is Not About Numbers
Internal note: This task is intentionally framed as a classic pair-sum problem, but the goal of the analysis is to show that in real engineering the difficulty is usually not the arithmetic…
Two Sum Is Not About Numbers
Another variant of this task:
Given an array of records and an integer target, return the identifiers of the two records such that their values add up to target.
You may assume that each…
What a real interview could look like instead
02-Floating_Point_Equality_Is_a_Lie
01-When_Arithmetic_Cannot_Be_Trusted
Why LeetCode Problems Don't Reflect Real Engineering
02-Floating_Point_Equality_Is_a_Lie
01-When_Arithmetic_Cannot_Be_Trusted
Why LeetCode Problems Don't Reflect Real Engineering
The Myth of Clean Input
Sorting When Memory Lies
03 Reverse Linked List: Academic Exercise
03 — Two Sum Is Not About Numbers