Skip to content

Commit c1fb57b

Browse files
committed
Addd 334 note
1 parent 339fb23 commit c1fb57b

File tree

1 file changed

+17
-0
lines changed
  • solutions/334.Increasing_Triplet_Subsequence

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 334. Increasing Triplet Subsequence
2+
3+
### **链接**
4+
5+
题目:https://leetcode.com/problems/increasing-triplet-subsequence/
6+
7+
代码(github):https://github.com/illuz/leetcode
8+
9+
### **题意**
10+
11+
问一个数组中有没有递增的三个数,不用连续。
12+
13+
### **分析**
14+
15+
维护小中大三个数就行了。
16+
17+

0 commit comments

Comments
 (0)