Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0b9d38f

Browse files
authored
Update Increasing_Triplet_Subsequence.py
1 parent c4eef37 commit 0b9d38f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Leetcode_30day_challenge/Increasing_Triplet_Subsequence.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Solution - 1: Time: O(N)
2+
# This will only check for existence of a Valid Triplet. THIS WILL NOT GIVE WHAT THAT TRIPLET IS.
23
class Solution:
34
def increasingTriplet(self, nums: List[int]) -> bool:
45
# Set both the first and the second values as MAX value

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /