Skip to content

Commit 562c5e2

Browse files
committed
Added Function
1 parent 9257071 commit 562c5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Example 2:
443443
Input: nums = [0,1,0,3,2,3]
444444
Output: 4
445445

446-
## 43) [Increasing Triplet Subsequence](https://github.com/mauricechouam/Leetcode-training/blob/main/Longest%20Increasing%20Subsequence/code.js)
446+
## 43) [Increasing Triplet Subsequence](https://github.com/mauricechouam/Leetcode-training/blob/main/Increasing%20Triplet%20Subsequence/code.js)
447447
Given an integer array nums, return true if there exists a triple of indices (i, j, k) such that i < j < k and nums[i] < nums[j] < nums[k]. If no such indices exists, return false.
448448
Example 1:
449449
Input: nums = [1,2,3,4,5]

0 commit comments

Comments
 (0)