https://github.com/whtoo/leetcodejournal
A journal of leetcode experience
https://github.com/whtoo/leetcodejournal
javascript journal leetcode scala
Last synced: about 2 months ago
JSON representation
A journal of leetcode experience
- Host: GitHub
- URL: https://github.com/whtoo/leetcodejournal
- Owner: whtoo
- License: cc0-1.0
- Created: 2020-02-08T02:26:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T13:22:28.000Z (almost 4 years ago)
- Last Synced: 2025-06-21T00:43:06.133Z (about 1 year ago)
- Topics: javascript, journal, leetcode, scala
- Language: JavaScript
- Size: 672 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetcodeJournal
内容说明:
这是我对自己leetcode解题记录的一个整理,希望每天都能进步一点点.
目录
1. [两数之和题目介绍](https://leetcode-cn.com/problems/add-two-numbers/) 以及 [解题分析](两数之和.md)
2. [机器人大冒险](https://leetcode-cn.com/problems/programmable-robot/)以及[解题分析](机器人大冒险.md)
3. [按序打印](https://leetcode-cn.com/problems/print-in-order/)以及[解题分析](按序打印.md)
4. [将数字变成 0 的操作次数](https://leetcode-cn.com/problems/number-of-steps-to-reduce-a-number-to-zero/)以及[解题分析](5311.%20将数字变成%200%20的操作次数.md)
5. [删除最外层括号](https://leetcode-cn.com/problems/remove-outermost-parentheses/)以及[解题分析](删除最外层括号.md)