3105. Longest Strictly Increasing or Strictly Decreasing Subarray

  Рет қаралды 19

CodeVia

CodeVia

3 ай бұрын

3105. Longest Strictly Increasing or Strictly Decreasing Subarray #leetcodequestionandanswers #java #coding #array #greedyalgorithm #javainterviewquestions #interview #amazoninterviewpreparation #googleinterview #leetcode #javaprogramming #dsa #dsalgo #programming #hashmap
leetcode.com/problems/longest...
You are given an array of integers nums. Return the length of the longest
subarray
of nums which is either
strictly increasing
or
strictly decreasing
.
Example 1:
Input: nums = [1,4,3,3,2]
Output: 2
Explanation:
The strictly increasing subarrays of nums are [1], [2], [3], [3], [4], and [1,4].
The strictly decreasing subarrays of nums are [1], [2], [3], [3], [4], [3,2], and [4,3].
Hence, we return 2.
Example 2:
Input: nums = [3,3,3,3]
Output: 1
Explanation:
The strictly increasing subarrays of nums are [3], [3], [3], and [3].
The strictly decreasing subarrays of nums are [3], [3], [3], and [3].
Hence, we return 1.
Example 3:
Input: nums = [3,2,1]
Output: 3
Explanation:
The strictly increasing subarrays of nums are [3], [2], and [1].
The strictly decreasing subarrays of nums are [3], [2], [1], [3,2], [2,1], and [3,2,1].
Hence, we return 3.

Пікірлер: 1
@bsrayat8200
@bsrayat8200 3 ай бұрын
Great!
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 35 МЛН
No empty
00:35
Mamasoboliha
Рет қаралды 3 МЛН
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 33 МЛН
Unifi Enterprise Fortress Gateway
14:36
Mactelecom Networks
Рет қаралды 5 М.
#LeetCode 2727 | Is Object Empty #Typescript
0:22
Sleepy Cracker
Рет қаралды 3
Top 25 Microservice Interview Questions Answered - Java Brains
39:54
Nature's Incredible ROTATING MOTOR (It’s Electric!) - Smarter Every Day 300
29:37
Ready to Try Linux? Discover the Best Distro for Beginners
17:56
Michael Tunnell
Рет қаралды 7 М.
How to SUM (1234567 = 2+4+6=12=2)only EVEN numbers upto single DIGIT
4:34
Telugu programming tutorials Learning Successfully
Рет қаралды 64
Java Is Better Than Rust
42:14
ThePrimeTime
Рет қаралды 174 М.
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 35 МЛН