Skip to content

feat: add LC 2196/763, refine solutions & fix topic nav 404 - #12

Merged
realDuang merged 3 commits into
mainfrom
feat/lc-solutions-and-nav-fix
Jun 13, 2026
Merged

feat: add LC 2196/763, refine solutions & fix topic nav 404#12
realDuang merged 3 commits into
mainfrom
feat/lc-solutions-and-nav-fix

Conversation

@realDuang

Copy link
Copy Markdown
Owner

概述

新增两道题解并优化若干题解,同时修复文档站点导航 404。

改动

题解

  • 新增 2196 根据描述创建二叉树
  • 新增 763 划分字母区间
  • 优化 42 接雨水(单调栈解法)、22 括号生成、79 单词搜索、49 字母异位词分组、239 滑动窗口最大值

文档

  • 修复「专题」导航链接 404(/docs/topic/0.introduction/docs/topic/introduction,实际文件为 introduction.md

测试

  • 题解均通过本地测试工具验证

- 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.
…elds

2196 and 49 referenced 'output'/'unordered' options that don't exist in LCTOptions, breaking typecheck and tests. Use the supported 'judge' option for custom comparison (tree serialization / unordered group matching).
@realDuang
realDuang merged commit c4d23ef into main Jun 13, 2026
2 checks passed
@realDuang
realDuang deleted the feat/lc-solutions-and-nav-fix branch June 13, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant