Week 12 · Day 6 · 2026-10-17 SAT · RETEST

Final synthesis and repair retest

08:50-10:55 system design14:30-16:15 Backtracking20:30-21:15 recall/mock

Exact Daily Blocks

Retest the weakest repaired answer and synthesize the two unseen mocks into reusable Staff trade-offs.

08:50-10:55System design
Run the weak-project reattempt, then compare Mock A and Mock B: operational truth, feedback loops, privacy boundaries, scope control, and Staff-level trade-offs.
14:30-16:15NeetCode Backtracking
Exactly three unique slots; each is 30m solve + 5m evidence.
20:30-21:15Recall / mock repair
Record final Chinese synthesis and English final recall; check PDF/audio artifacts.

DDIA decision links

Only exact Ch13/Ch14 sections that change Week 12 decisions are linked.

Decision questionExact DDIA sectionDesign consequence
How do we repair a bad index, ranking, dashboard, or eval after code/schema evolution?Ch13 - 应用演化后重新处理数据Keep raw events and provenance so derived state can be reprocessed after rubric, schema, or bug fixes.
When should reads become explicit feedback events?Ch13 - 读也是事件Reads can improve ranking/evaluation only when consent, purpose, and anti-feedback-loop controls are present.

Algorithm block

Diagnostic decision: select Backtracking, not a weakest prior tag, because no production scorecard records a weaker tag and final week needs recursive state-space pruning under pressure.

SlotProblemPatternInvariantBug riskTimeSpace
16Target Sum
NEW · Backtracking · 30m solve + 5m evidence
sign assignment DFS/DP bridgeEach number receives exactly one sign.Exponential DFS without noticing subset-sum conversion.O(n sum) DP or O(2^n)O(sum) DP
17Sudoku Solver
NEW · Backtracking · 30m solve + 5m evidence
constraint propagation DFSRows, columns, and boxes contain each digit once.Not undoing constraints after failed digit.O(9^empty)O(empty) stack
18Word Search II
NEW · Backtracking · 30m solve + 5m evidence
trie-pruned grid DFSDFS follows only prefixes that exist in the trie.Not de-duplicating found words.O(mn 4^L)O(trie + L)

Output

DeliverableFinal synthesis artifact plus mock-to-map transfer notes.
Artifacts30-project map Chinese synthesis Synthesis audio English recall Recall PDF Weak repair Repair audio Cohort crosswalk
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.