Skip to content

Commit

Permalink
update leetcode book
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobinqt committed May 29, 2023
1 parent 29b0a4e commit 8d6bbd8
Show file tree
Hide file tree
Showing 20 changed files with 280 additions and 1 deletion.
16 changes: 16 additions & 0 deletions book.leetcode/docs/easy/141.md
@@ -0,0 +1,16 @@
---
weight: 141

bookFlatSection: true

BookToC: true

title: "141. 环形链表"
---

# 141. 环形链表

## 题目地址

+ [力扣](https://leetcode.cn/problems/linked-list-cycle/)
+ [LeetCode](https://leetcode.com/problems/linked-list-cycle/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/easy/232.md
@@ -0,0 +1,16 @@
---
weight: 232

bookFlatSection: true

BookToC: true

title: "232. 用栈实现队列"
---

# 232. 用栈实现队列

## 题目地址

+ [力扣](https://leetcode.cn/problems/implement-queue-using-stacks/)
+ [LeetCode](https://leetcode.com/problems/implement-queue-using-stacks/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/easy/459.md
@@ -0,0 +1,16 @@
---
weight: 459

bookFlatSection: true

BookToC: true

title: "459. 重复的子字符串"
---

# 459. 重复的子字符串

## 题目地址

+ [力扣](https://leetcode.cn/problems/repeated-substring-pattern/)
+ [LeetCode](https://leetcode.com/problems/repeated-substring-pattern/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/easy/496.md
@@ -0,0 +1,16 @@
---
weight: 496

bookFlatSection: true

BookToC: true

title: "496. 下一个更大元素 I"
---

# 496. 下一个更大元素 I

## 题目地址

+ [力扣](https://leetcode.cn/problems/next-greater-element-i/)
+ [LeetCode](https://leetcode.com/problems/next-greater-element-i/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/easy/541.md
@@ -0,0 +1,16 @@
---
weight: 451

bookFlatSection: true

BookToC: true

title: "451. 根据字符出现频率排序"
---

# 451. 根据字符出现频率排序

## 题目地址

+ [力扣](https://leetcode.cn/problems/sort-characters-by-frequency/)
+ [LeetCode](https://leetcode.com/problems/sort-characters-by-frequency/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/easy/682.md
@@ -0,0 +1,16 @@
---
weight: 682

bookFlatSection: true

BookToC: true

title: "682. 棒球比赛"
---

# 682. 棒球比赛

## 题目地址

+ [力扣](https://leetcode.cn/problems/baseball-game/)
+ [LeetCode](https://leetcode.com/problems/baseball-game/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/easy/844.md
@@ -0,0 +1,16 @@
---
weight: 844

bookFlatSection: true

BookToC: true

title: "844. 比较含退格的字符串"
---

# 844. 比较含退格的字符串

## 题目地址

+ [力扣](https://leetcode.cn/problems/backspace-string-compare/)
+ [LeetCode](https://leetcode.com/problems/backspace-string-compare/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/easy/876.md
@@ -0,0 +1,16 @@
---
weight: 876

bookFlatSection: true

BookToC: true

title: "876. 链表的中间结点"
---

# 876. 链表的中间结点

## 题目地址

+ [力扣](https://leetcode.cn/problems/middle-of-the-linked-list/)
+ [LeetCode](https://leetcode.com/problems/middle-of-the-linked-list/)
11 changes: 11 additions & 0 deletions book.leetcode/docs/finger-offer1/_index.md
@@ -0,0 +1,11 @@
---
weight: 4

bookFlatSection: true

bookCollapseSection: false

bookToc: false

title: "剑指 Offer(一)"
---
16 changes: 16 additions & 0 deletions book.leetcode/docs/finger-offer2/018.md
@@ -0,0 +1,16 @@
---
weight: 018

bookFlatSection: true

BookToC: true

title: "018. 有效的回文"
---

# 018. 有效的回文

## 题目地址

+ [力扣](https://leetcode.cn/problems/XltzEq/)

11 changes: 11 additions & 0 deletions book.leetcode/docs/finger-offer2/_index.md
@@ -0,0 +1,11 @@
---
weight: 5

bookFlatSection: true

bookCollapseSection: false

bookToc: false

title: "剑指 Offer(二)"
---
16 changes: 16 additions & 0 deletions book.leetcode/docs/hard/224.md
@@ -0,0 +1,16 @@
---
weight: 224

bookFlatSection: true

BookToC: true

title: "224. 基本计算器"
---

# 224. 基本计算器

## 题目地址

+ [力扣](https://leetcode.cn/problems/basic-calculator/)
+ [LeetCode](https://leetcode.com/problems/basic-calculator/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/medium/142.md
@@ -0,0 +1,16 @@
---
weight: 142

bookFlatSection: true

BookToC: true

title: "142. 环形链表 II"
---

# 142. 环形链表 II

## 题目地址

+ [力扣](https://leetcode.cn/problems/linked-list-cycle-ii/)
+ [LeetCode](https://leetcode.com/problems/linked-list-cycle-ii/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/medium/15.md
@@ -0,0 +1,16 @@
---
weight: 15

bookFlatSection: true

BookToC: true

title: "15. 三数之和"
---

# 15. 三数之和

## 题目地址

+ [力扣](https://leetcode.cn/problems/3sum/)
+ [LeetCode](https://leetcode.com/problems/3sum/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/medium/151.md
@@ -0,0 +1,16 @@
---
weight: 151

bookFlatSection: true

BookToC: true

title: "151. 反转字符串中的单词"
---

# 151. 反转字符串中的单词

## 题目地址

+ [力扣](https://leetcode.cn/problems/reverse-words-in-a-string/)
+ [LeetCode](https://leetcode.com/problems/reverse-words-in-a-string/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/medium/155.md
@@ -0,0 +1,16 @@
---
weight: 155

bookFlatSection: true

BookToC: true

title: "155. 最小栈"
---

# 155. 最小栈

## 题目地址

+ [力扣](https://leetcode.cn/problems/min-stack/)
+ [LeetCode](https://leetcode.com/problems/min-stack/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/medium/18.md
@@ -0,0 +1,16 @@
---
weight: 18

bookFlatSection: true

BookToC: true

title: "18. 四数之和"
---

# 18. 四数之和

## 题目地址

+ [力扣](https://leetcode.cn/problems/4sum/)
+ [LeetCode](https://leetcode.com/problems/4sum/)
16 changes: 16 additions & 0 deletions book.leetcode/docs/medium/454.md
@@ -0,0 +1,16 @@
---
weight: 454

bookFlatSection: true

BookToC: true

title: "454. 四数相加 II"
---

# 454. 四数相加 II

## 题目地址

+ [力扣](https://leetcode.cn/problems/4sum-ii/)
+ [LeetCode](https://leetcode.com/problems/4sum-ii/)
2 changes: 1 addition & 1 deletion book.leetcode/docs/other/_index.md
@@ -1,5 +1,5 @@
---
weight: 5
weight: 6

bookFlatSection: true

Expand Down
1 change: 1 addition & 0 deletions book.leetcode/next.txt
@@ -0,0 +1 @@
7

0 comments on commit 8d6bbd8

Please sign in to comment.