An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# LeetCode 的 JavaScript 题解

[![Build Status](https://travis-ci.org/leviding/leetcode-js-leviding.svg?branch=master)](https://travis-ci.org/leviding/leetcode-js-leviding)
[![LeetCode 排名](https://img.shields.io/badge/LeviDing-100000+-blue.svg)](https://leetcode-cn.com/u/leviding)
[![JavaScript](https://img.shields.io/badge/JavaScript-ES6-blue.svg)](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)