Skip to content

Commit 017fd8d

Browse files
authored
Update README.md
1 parent b63fbf8 commit 017fd8d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

code/LeetCode/src/popular/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
| # | Title | Tag |code|
44
| :--- | :--------------------------------------- | :--------------------------------------- | :---|
5-
| 641 | [Design Circular Deque(设计一个双端队列)][641] | queue | MyCircularDeque |
6-
| 32 | [Longest Valid Parentheses(最长有效的括号)][32] | stack | LongestValidParentheses |
7-
| 150 | [Evaluate Reverse Polish Notation(逆波兰表达式求值)][150] | stack | EvaluateReversePolishNotation |
8-
| 141 | [Linked List Cycle(环形链表)][141] | List | LinkedListCycle |
5+
| 641 | [Design Circular Deque(设计一个双端队列)][641] | queue | MyCircularDeque |
6+
| 32 | [Longest Valid Parentheses(最长有效的括号)][32] | stack | LongestValidParentheses |
7+
| 150 | [Evaluate Reverse Polish Notation(逆波兰表达式求值)][150]| stack | EvaluateReversePolishNotation |
8+
| 141 | [Linked List Cycle(环形链表)][141] | List | LinkedListCycle |
9+
|239 | [Sliding Window Maximum(滑动窗口最大值)][239] | Deque, LinkedList| SlidingWindowMaximum |
910

1011

1112

@@ -14,3 +15,4 @@
1415
[32]:https://blog.csdn.net/zgpeace/article/details/87968737
1516
[150]:https://blog.csdn.net/zgpeace/article/details/88014930
1617
[141]:https://blog.csdn.net/zgpeace/article/details/87890399
18+
[239]:https://blog.csdn.net/zgpeace/article/details/88372784

0 commit comments

Comments
 (0)