WEEK 04 · 2026-08-23 · SUN

Week 4 证据验收、英语 recall、停在 reviewer gate

只收敛 Week 4:检查 heading disposition、DDIA anchors、mock、scorecard、移动视觉,不预读 Week 5。

今日固定时间表

08:30 wake 只保留起床;学习从 08:50 开始。三块窗口不互相挤占。

08:30 wake起床、早餐、准备白板;不安排预读或算法。
08:50—09:2008:50—10:55 system design
闭卷综合 — 三题各 8 分钟:WhatsApp、Google Docs、Online Chess transfer。
09:20—09:5508:50—10:55 system design
证据补齐 — 打开 scorecard,逐条勾掉 Hello heading、DDIA anchors、mock、Q&A source。
09:55—10:3008:50—10:55 system design
弱项修复 — 只修一条 carry-over,不打开 Week 5。
10:30—10:5508:50—10:55 system design
production record — 写入 Week 4 production record,状态 READY_FOR_REVIEW_REPAIR,writer 不自批。
14:30—16:15NeetCode Tag · Sliding Window
三道题在下方独立算法表执行。
20:30—21:1520:30—21:15 最终英语 + 中文 recall:随机抽 8 个 Staff Q&A,答完即停止,等待 reviewer。

算法模块

连续单一 NeetCode Sliding Window tag;每天 3 个 NEW slot,每题 30 分钟作答 + 5 分钟证据,正好 105 分钟。每天 timed review = 0,满足不超过 1。

#Problem / modePatternInvariantBug riskTimeSpace
19Defuse the Bomb
NEW · 30m solve + 5m evidence
环形固定和窗口每个位置的窗口恰含方向上 |k| 个邻居且不含自己。k 正负方向混淆;模下标。O(n)O(n) output
20Minimum Size Subarray Sum
NEW · 30m solve + 5m evidence
满足阈值后最小化窗口正数保证右扩 sum 不减、左缩 sum 不增。在 while 前更新答案;无解返回值。O(n)O(1)
21Find K Closest Elements
NEW · 30m solve + 5m evidence
排序数组的答案窗口答案是长度 k 的连续窗口,比较两侧排除较差端。相等时应偏左;二分上界 n-k。O(log(n-k) + k)O(1) extra

闭卷起手

闭卷写三句话:WhatsApp 是 durable message log + soft connection;Docs 是 operation log + transform;Chess 是 authoritative move sequencer。

Hello Interview 精确目录

day 页面使用 canonical data-toc-id/H4 anchors;周级 overview 不放小节链接。

今天不新增 Hello Interview 小节;只复用前 5 天已核验目录做 mock/repair。

DDIA 精确决策卡

只读能改变今天设计决定的小节。

今天不新增 DDIA subsection;只复用本周已映射的决策卡。

本日项目 artifacts

脚本、音频、PDF 与 mock evidence 直接从对应日打开。

今日产出、修复与英语 recall

课程角色EVIDENCE · writer gate
必须交付完成 scorecard/production record;所有本地链接、external canonical anchors、desktop/mobile smoke 通过。
修复规则如果证据不足,不进入 Week 5;只补 Week 4 的缺失链接、回答或 mock 片段。
English recall
English recall: “I can explain ordering, connection ownership, offline recovery, and concurrent editing without looking at notes.”
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.