WEEK 06 · 2026-09-05 · SAT

三场 CORE mock:Payment、Ad Click、Metrics 各 45 分钟 + 两个 deep dives

今天只做选择驱动 mock:每场都必须追问候选人已经承诺的 source of truth、failure window 和 metric。

今日固定时间表

只有三个学习窗口:08:50-10:55、14:30-16:15、20:30-21:15。section links 只放在本日页面。

08:50-10:55System design
完成 Payment 45m mock 与 Ad Click 45m mock;每场记录两个 deep dives、hard fail、lowest dimension。余下 35 分钟写证据。
14:30-16:15NeetCode Linked List
三道连续题位,每题 30m solve + 5m pattern/invariant/bug/complexity evidence。
20:30-21:15Recall / Staff Q&A / Mock
完成 Metrics Monitoring 45m mock;最后写一条 cross-system conclusion:correctness source 与 low-latency view 的边界。

算法模块

连续 NeetCode Linked List tag;每天恰好 3 个 slot。

#Problem / modePatternInvariantBug riskTimeSpace
16Sort List
NEW · 30m solve + 5m evidence
merge sort on linked listsplit halves shrink until single nodesnot breaking mid.nextO(n log n)O(log n)
17Partition List
NEW · 30m solve + 5m evidence
two stable listsbefore list has < x, after list has >= xnot terminating after tailO(n)O(1)
18Rotate List
NEW · 30m solve + 5m evidence
length + ring breaknew tail is length - k%length - 1k greater than lengthO(n)O(1)

DDIA 精确决策卡

只读 Ch8、Ch12、Ch13 中能改变今天设计选择的小节。

项目问题精确 DDIA subsection改变的系统决定
Three mocks must separate correctness from fresh viewsCh13 · 数据库的端到端原则end-to-end idempotency and reconciliation live above individual storage/stream tools

本日项目 artifacts

今日产出、修复与英语 recall

必须交付三张 mock evidence sheet:每场 100 分,两个 deep dives,各自一个 repair sentence。
修复规则如果回答只说组件名,重写为 decision -> mechanism -> invariant -> failure window -> recovery -> metric。
English recall
Correctness is the durable source of truth; low-latency status, aggregates, dashboards, and alerts are views with freshness and repair semantics.
Local study materials
Detailed lecture notes, audio, recall scripts, PDFs, Staff Q&A, and mock packs are archived locally and are intentionally not published on this site.