https://github.com/leviding/leetcode-js-leviding
A leetcode a day, make me happy all day.
https://github.com/leviding/leetcode-js-leviding
Last synced: 9 months ago
JSON representation
A leetcode a day, make me happy all day.
- Host: GitHub
- URL: https://github.com/leviding/leetcode-js-leviding
- Owner: leviding
- Created: 2019-07-28T16:04:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T07:06:51.000Z (over 3 years ago)
- Last Synced: 2024-04-14T06:22:20.487Z (over 1 year ago)
- Language: Shell
- Homepage: https://dingxuewen.com/leetcode-js-leviding/
- Size: 527 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode 的 JavaScript 题解
[](https://travis-ci.org/leviding/leetcode-js-leviding)
[](https://leetcode-cn.com/u/leviding)
[](https://www.javascript.com/)
A leetcode a day, make me happy all day.
**在线阅读**:https://dingxuewen.com/leetcode-js-leviding/
## 题解
**目录:**
- [Easy](#easy)
- [Medium](#medium)
- [Hard](#hard)
### Easy
|题号|题目|题解|
|:-:|:-|:-:|
| 1 | [两数之和(Two Sum)](https://leetcode-cn.com/problems/two-sum/) | [JavaScript](./docs/easy/1.two-sum/1.two-sum.md) | [HOT 100](https://leetcode-cn.com/problemset/hot-100/) |
| 7 | [整数反转(Reverse Integer)](https://leetcode-cn.com/problems/reverse-integer/) | [JavaScript](./docs/easy/7.reverse-integer/7.reverse-integer.md) | |
| 9 | [回文数(Palindrome Number)](https://leetcode-cn.com/problems/palindrome-number/) | [JavaScript](./docs/easy/9.palindrome-number/9.palindrome-number.md) | |
| 20 | [有效的括号(Valid Parentheses)](https://leetcode-cn.com/problems/valid-parentheses/) | [JavaScript](./docs/easy/20.valid-parentheses/20.valid-parentheses.md) | [HOT 100](https://leetcode-cn.com/problemset/hot-100/) |
### Medium
|题号|题目|题解|
|:-:|:-|:-:|
### Hard
|题号|题目|题解|
|:-:|:-|:-:|
## 本地阅读和开发
基于 VuePress
```bash
// 安装
$ yarn
// 更新
$ yarn upgrade
// 开发
$ yarn dev
// 构建静态文件
$ yarn build
// 部署
$ yarn deploy
```
## 更多题解
请关注:https://github.com/leviding/leetcode-js-leviding
## 微信公众号
欢迎微信扫码关注我的公众号
| 技术号:技术漫谈 | 技术号:编程每日一题 | 个人号:丁学文 |
| :----: | :----: | :----: |
|
|
|
|
---
**加微信 `imleviding` 并填写验证信息 `算法`,加入 JavaScript 算法群,天天打卡 LeetCode。**
本人水平有限,欢迎交流分享你的想法,欢迎大佬批评指正。
## Contact Me
Mail: [imdingxuewen@gmail.com](mailto:imdingxuewen@gmail.com)
---
> Blog: [dingxuewen.com](https://dingxuewen.com/) ·
> GitHub: [@LeviDing](https://github.com/leviding) ·
> Twitter: [@LeviDing](https://twitter.com/xuewending)