feat: LeetCode 框架训练系统、题解更新与文档修复 - #11
Closed
realDuang wants to merge 16 commits into
Closed
Conversation
🎯 新增完整的6层递进训练体系,解决"知道框架但用不好"的问题 ## 📁 新增内容 - training-system/README.md - 主训练系统(自适应练习) - training-system/templates/ - 算法代码模板库 - training-system/exercises/ - 框架识别练习 - training-system/guides/ - 刻意练习计划 - training-system/GETTING-STARTED.md - 快速入门指南 ## 🚀 核心功能 - 30秒自我评估 + 个性化训练推荐 - 6层递进训练: 识别→套用→变种→组合→优化→面试 - 多会话友好: 标准化训练指令 - 可持续练习: 进度追踪和记录模板 ## 🎯 使用方式 新会话中直接发送训练指令即可开始: - "开始第1层训练" - 框架识别 - "开始第2层训练" - 模板套用 - "闪电模式" - 快速热身 - "综合测试" - 水平评估 Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
- 208: Trie with insert/search/startsWith (recursive approach) - 211: Trie + DFS for wildcard dot matching - Training log for 2026-04-07 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…le quiz Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add 2196 create binary tree from descriptions - Add 763 partition labels - Refine 42 trap (monotonic stack), 22 generate parentheses, 79 word search, 49 group anagrams, 239 sliding window maximum
Topic nav pointed to /docs/topic/0.introduction but the file is introduction.md, causing a 404.
Owner
Author
|
改用干净分支 feat/lc-solutions-and-nav-fix 重新提交,仅含真实新增改动,见 #12。本 PR 因分支 rebase 后基点过旧导致包含大量重复提交,故关闭。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
将
feature/training-system分支合并到main,包含 LeetCode 框架训练系统、题解新增/优化以及文档站点修复。主要改动
训练系统与文档
training-system/)及配套指南/docs/topic/0.introduction→/docs/topic/introduction)题解
测试