Skip to content

Commit 2c5f3d0

Browse files
committed
Added LeetCode 334. Increasing Triplet Subsequence solution.
1 parent a3289e9 commit 2c5f3d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ You can skip the more difficult problems and do them later.
7979
## Binary Tree
8080
- <a name="144"></a>[144. Binary Tree Preorder Traversal](en/1-1000/144-binary-tree-preorder-traversal.md) Python, 2 approaches.
8181

82+
## Greedy Algorithm
83+
- <a name="344"></a>[334. Increasing Triplet Subsequence](en/1-1000/334-increasing-triplet-subsequence.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
84+
8285
## Dynamic Programming
8386
### Easy Problems
8487
- <a name="509"></a>[509. Fibonacci Number](en/1-1000/509-fibonacci-number.md) Python, Java, C++, JavaScript, C#, Go, Ruby.

0 commit comments

Comments
 (0)