deeaitch
  • Joined on 2026-02-20
deeaitch pushed to main at library/beyond-interviews 2026-04-16 20:44:36 -04:00
269d560847 second
deeaitch pushed to main at library/beyond-interviews 2026-04-16 20:37:29 -04:00
9ad604196e #1 intial version
deeaitch pushed to main at gpl/yourls-ui 2026-04-16 18:42:01 -04:00
e43220b877 Added ignore file
deeaitch pushed to main at gpl/yourls-ui 2026-04-16 18:41:00 -04:00
29c3383f8e Add license
deeaitch commented on issue library/beyond-interviews#1 2026-03-29 19:07:22 -04:00
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…

deeaitch commented on issue library/beyond-interviews#1 2026-03-29 19:06:22 -04:00
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…

deeaitch pushed to main at library/beyond-interviews 2026-03-28 16:50:41 -04:00
b14ef0beca fixed example output.
deeaitch opened issue library/beyond-interviews#8 2026-03-28 16:16:13 -04:00
What a real interview could look like instead
deeaitch closed issue library/beyond-interviews#7 2026-03-28 16:05:19 -04:00
02-Floating_Point_Equality_Is_a_Lie
deeaitch closed issue library/beyond-interviews#6 2026-03-28 16:03:03 -04:00
01-When_Arithmetic_Cannot_Be_Trusted
deeaitch closed issue library/beyond-interviews#5 2026-03-28 16:02:17 -04:00
Why LeetCode Problems Don't Reflect Real Engineering
deeaitch pushed to main at library/beyond-interviews 2026-03-28 16:02:17 -04:00
f279ec4ff3 closes #5
deeaitch pushed to main at library/beyond-interviews 2026-03-28 16:01:19 -04:00
d1d2109d13 Why LeetCode Problems Don't Reflect Real Engineering
deeaitch opened issue library/beyond-interviews#7 2026-03-28 15:31:23 -04:00
02-Floating_Point_Equality_Is_a_Lie
deeaitch opened issue library/beyond-interviews#6 2026-03-28 15:30:56 -04:00
01-When_Arithmetic_Cannot_Be_Trusted
deeaitch opened issue library/beyond-interviews#5 2026-03-28 12:19:55 -04:00
Why LeetCode Problems Don't Reflect Real Engineering
deeaitch opened issue library/beyond-interviews#4 2026-03-28 12:19:26 -04:00
The Myth of Clean Input
deeaitch opened issue library/beyond-interviews#3 2026-03-28 12:19:04 -04:00
Sorting When Memory Lies
deeaitch opened issue library/beyond-interviews#2 2026-03-28 12:17:21 -04:00
03 Reverse Linked List: Academic Exercise
deeaitch opened issue library/beyond-interviews#1 2026-03-28 12:16:50 -04:00
03 — Two Sum Is Not About Numbers