feat(dict): 补强算法刷题/八股术语纠错词条(28 条)#14
Open
LeoLee0812 wants to merge 1 commit into
Open
Conversation
- 新增分类 algorithm(算法刷题,22 条):力扣、两数之和、滑动窗口、动态规划、 回溯、二叉树、二分查找、并查集、单调栈、优先队列、链表 等高频误识别纠正 - 新增分类 company(互联网公司,2 条) - 给 student_terms 下 时间复杂度/空间复杂度/快速排序/索引 补 variants - 规避误伤:链表不用「连表」(join),剪枝不用「减脂」 - dictionaries/ 与 mac/Resources/ 两份保持一致 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
词典补强:算法刷题 / 八股术语纠错(28 条)
夏尔调研 + 盖鲁德合并,补强中文语音转录里高频的程序员术语同音误识别。纯数据改动,不涉及代码、不发版,供利姆露大人 review 后决定是否合并。
内容
algorithm(算法刷题,22 条):覆盖 力扣、两数之和、滑动窗口、动态规划、回溯、二叉树、二分查找、并查集、拓扑排序、前缀和、单调栈、优先队列、字典树、链表、快慢指针、记忆化搜索、大/小顶堆、层序遍历、剪枝、最大子数组和、双端队列。company(互联网公司,2 条)。student_terms下 时间复杂度/空间复杂度/快速排序/索引 追加 variants。质量保证
dictionaries/与mac/Resources/)字节级一致链表不用「连表」(避免误伤"连表查询"join 语境);剪枝剔除「减脂」(避免误伤健身语境)背景
v1.1.0 实测时 "力扣→利扣"、"两数之和→两束之和" 未被纠正,本 PR 正是补这类缺口。合并后需重新打包 dmg 才会内置进 app(词典随包)。
🤖 Generated with Claude Code