Commit bb1a851
committed
feat: 完成 LeetCode 238 算法可视化教学网站
- 使用 TypeScript + React + D3.js 技术栈
- 实现前缀积后缀积算法的分步骤可视化演示
- 支持 JavaScript/Python/Java/Go 四种语言代码展示
- 支持语法高亮和当前执行行高亮
- 支持播放/暂停/单步执行/进度条拖动
- 支持自定义数据输入和随机数据生成
- 支持 IndexedDB 持久化用户偏好设置
- 配置 GitHub Actions 自动部署到 GitHub Pages
- 包含 41 个属性测试确保代码正确性1 parent d8855a6 commit bb1a851
File tree
73 files changed
+11015
-0
lines changed- .github/workflows
- .kiro/specs/leetcode-238-visualizer
- public
- assets
- src
- assets
- components
- AlgorithmIdea
- Canvas
- CodeViewer
- ControlPanel
- DataInput
- FloatingBall
- Header
- Modal
- core
- __tests__
- hooks
- __tests__
- services
- __tests__
- test
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+11015
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments