Skip to content

Commit 20adb6c

Browse files
committed
tags
1 parent 04d606b commit 20adb6c

File tree

7 files changed

+46
-1
lines changed

7 files changed

+46
-1
lines changed

Leetcode/0003.Longest-Substring-Without-Repeating-Characters/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 0003.Longest Substring Without Repeating Characters
3+
tags: Medium, Array
4+
author: Kimi Tsai <[email protected]>
5+
description:
6+
---
17
# [3. Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)
28

39
## 题目

Leetcode/0015.3Sum/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: 0015.3Sum
3+
tags: Easy
4+
author: Kimi Tsai <[email protected]>
5+
description:
6+
---
7+
18
# [15. 3Sum](https://leetcode.com/problems/3sum/)
29

310
## 題目

Leetcode/0019.Remove-Nth-Node-From-End-of-List/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# [19. Remove Nth Node From End of List](https://leetcode.com/problems/middle-of-the-linked-list/)
1+
---
2+
title: 0019.Remove Nth Node From End of List
23
tags: Medium, Two Pointers
4+
author: Kimi Tsai <[email protected]>
5+
description:
6+
---
7+
# [19. Remove Nth Node From End of List](https://leetcode.com/problems/middle-of-the-linked-list/)
8+
39
## 題目
410
Given the head of a linked list, remove the nth node from the end of the list and return its head.
511

Leetcode/0027.Remove-Element/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 0027.Remove Element
3+
tags: Easy, Array
4+
author: Kimi Tsai <[email protected]>
5+
description:
6+
---
17
# [27. Remove Element](https://leetcode.com/problems/remove-element/)
28

39
## 題目

Leetcode/0035.Search-Insert-Position/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: 0035.Search Insert Position
3+
tags: Easy, Array
4+
author: Kimi Tsai <[email protected]>
5+
description:
6+
---
7+
18
# [35. Search Insert Position](https://leetcode.com/problems/search-insert-position/)
29
## 題目
310

Leetcode/0046.Permutations/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: 0046.Permutations
3+
tags: Medium, Backtracking
4+
author: Kimi Tsai <[email protected]>
5+
description:
6+
---
7+
18
# [46. Permutations](https://leetcode.com/problems/permutations/)
29

310
## 題目

Leetcode/0053.Maximum-Subarray/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 0053.Maximum Subarray
3+
tags: Easy, Dynamic Programming
4+
author: Kimi Tsai <[email protected]>
5+
description:
6+
---
17
# [53. Maximum Subarray](https://leetcode.com/problems/maximum-subarray/)
28

39
## 題目

0 commit comments

Comments
 (0)