WEEK 06 · 2026-09-06 · SUN

Week 6 synthesis:修复最弱回答,收敛 source/link/artifact/visual gate

只修 Week 6:把 ledger、aggregation、monitoring 三种 derived view 的共同不变量压成可复述答案。

今日固定时间表

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

08:50-10:55System design
重做最低分 deep dive:换一个故障注入,必须讲 decision -> invariant -> failure -> recovery -> metric;检查 heading disposition 和 DDIA map。
14:30-16:15NeetCode Linked List
三道连续题位,每题 30m solve + 5m pattern/invariant/bug/complexity evidence。
20:30-21:15Recall / Staff Q&A / Mock
用 scorecard 做最终证据登记;不预读 Week 7,不修改 reviewer files。

算法模块

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

#Problem / modePatternInvariantBug riskTimeSpace
19Remove Duplicates from Sorted List
NEW · 30m solve + 5m evidence
single pass skip duplicatescurrent node is last unique valueskipping too far on tailO(n)O(1)
20Delete Node in a Linked List
NEW · 30m solve + 5m evidence
copy successor into nodetarget is not tail and can be overwrittentrying to update previous pointerO(1)O(1)
21Middle of the Linked List
NEW · 30m solve + 5m evidence
fast/slowslow advances once per two fast stepsfirst vs second middle ambiguityO(n)O(1)

DDIA 精确决策卡

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

项目问题精确 DDIA subsection改变的系统决定
Final synthesis must verify derived viewsCh13 · 数据流系统的正确性low-latency views are trusted only when validated against durable source events
Repair loop must catch software bugs and bad promisesCh13 · 信任但验证use reconciliation, audits, and invariant metrics as the weekly proof

本日项目 artifacts

今日产出、修复与英语 recall

必须交付Week 6 scorecard ready:3 core contracts complete, 21 Linked List slots, links/media/PDF/visual smoke recorded。
修复规则如果回答只说组件名,重写为 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.