国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術(shù)文章
文章詳情頁

java - 【算法題】給定int數(shù)組,移除不超過一個元素后,判斷是否存在自增序列

瀏覽:101日期:2024-01-11 09:14:13

問題描述

沒什么思路啊,題目如下Given a sequence of integers as an array, determine whether it is possible to obtain a strictly increasing sequence by removing no more than one element from the array.

Example

For sequence = [1, 3, 2, 1], the output should bealmostIncreasingSequence(sequence) = false;

There is no one element in this array that can be removed in order to get a strictly increasing sequence.

For sequence = [1, 3, 2], the output should bealmostIncreasingSequence(sequence) = true.

You can remove 3 from the array to get the strictly increasing sequence [1, 2]. Alternately, you can remove 2 to get the strictly increasing sequence [1, 3].

Input/Output

[time limit] 4000ms (js)[input] array.integer sequence

Guaranteed constraints:2 ≤ sequence.length ≤ 105,-105 ≤ sequence[i] ≤ 105.

[output] boolean

Return true if it is possible to remove one element from the array in order to get a strictly increasing sequence, otherwise return false.

有個思路:2層循環(huán),第一循環(huán)移除元素,第二層循環(huán)判斷移除這個元素后是否有自增序列。

問題解答

回答1:

提供一個思路

作出逐差數(shù)組: 如 a=[1,3,2,1],逐差后得 [2,-1,-1]

所謂刪除一個元素,即在在逐差數(shù)組中去頭或去尾,或把相鄰兩個相加合并成一個元素。

因此,若逐差數(shù)組中有多于一個負(fù)數(shù),則不行; 若無負(fù)數(shù),則可以; 否則對惟一的負(fù)數(shù)作以上操作,若其能被刪掉或被合并成正數(shù),則可以

這樣一來,時間復(fù)雜度可以降到 O(n)

回答2:

可以在 O(n) 時間做到:

對每個相鄰的 [a, b],判斷是否 a >= b。這樣的數(shù)對破壞嚴(yán)格遞增性。如果這樣的數(shù)對超過一個,返回false。如果一個也沒有,返回true。

如果1中只有一對 [a0, b0],判斷 '移除a0或b0后是否還是遞增' 并返回

回答3:

結(jié)果是對的,但是超過規(guī)定的時間了,有更好的方法嗎?

function almostIncreasingSequence(sequence) { var iscan = false; var is = true; var temp for(var i=0;i<sequence.length;i++){is = true;temp = sequence.slice(0,i).concat(sequence.slice(i+1));for(var j=0;j+1<temp.length;j++){ if(temp[j] <= temp[j+1]){is = false;break; }}if(is){ iscan=true; break;} } return iscan;}

時間復(fù)雜度為O(n)的方法

boolean almostIncreasingSequence(int[] sequence) { if(sequence.length<=2){return true; } //找出逆序的數(shù)的index int count = 0; int biggerIndex = 0; int smallerIndex = 0; boolean isHave = true; for(int i=0;i+1<sequence.length;i++){//如果找到2組逆序,直接返回falseif(count>1){ isHave = false;}if(sequence[i]>=sequence[i+1]){ count ++; biggerIndex = i; smallerIndex = i+1;} }//分別判斷當(dāng)移除2個數(shù)后剩下的數(shù)組是不是自增的 for(int i=0;i+2<sequence.length;i++){int cur = i;int next = i+1;if(i==biggerIndex){ continue;}if(i+1==biggerIndex){ next = i+2;}if(sequence[cur]>=sequence[next]){ isHave = false;} } if(isHave){return isHave; }else{isHave = true; } for(int i=0;i+2<sequence.length;i++){int cur = i;int next = i+1;if(i==smallerIndex){ continue;}if(i+1==smallerIndex){ next = i+2;}if(sequence[cur]>=sequence[next]){ isHave = false; } } return isHave;}回答4:

這個是不是統(tǒng)計逆序數(shù)的個數(shù)?

標(biāo)簽: java
主站蜘蛛池模板: 国产亚洲精品久久久久久午夜 | 亚洲三级视频在线观看 | a级特黄毛片免费观看 | 中文字幕一区二区三区免费视频 | 国产在线播放成人免费 | 亚洲在线视频免费 | 成人18免费软件 | 国产美女高清一级a毛片 | 国产三级日本三级日产三级66 | 国产孕妇孕交视频 | 99国产高清久久久久久网站 | 成人18视频在线 | 久久视频在线 | 日韩欧美一区二区三区在线 | 一级毛片不卡 | 精品国产成人在线 | 亚洲精品第一区二区在线 | 国产成a人片在线观看视频 国产成版人视频网站免费下 | 欧洲一级毛片 | 欧美精品午夜 | 亚洲第一黄色网 | 欧美操人视频 | 99国产精品九九视频免费看 | 亚洲国产日产韩国欧美综合 | 欧美特黄一级高清免费的香蕉 | 97精品国产福利一区二区三区 | 国产免费一区二区三区免费视频 | 日本久草网 | 欧美综合成人 | 中文字幕欧美在线观看 | 久久爱com | 一级黄片一级毛片 | 亚洲综合免费视频 | 欧美一级毛片免费网站 | 国产日韩一区二区三区在线观看 | 久草观看视频 | 国产欧美日韩一区 | 亚洲欧美韩国 | 国产成人a毛片 | 国内一级特黄女人精品片 | 亚洲一级香蕉视频 |