91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

java中怎么實現一個二維極點算法

發布時間:2021-06-21 17:59:26 來源:億速云 閱讀:161 作者:Leah 欄目:大數據

本篇文章為大家展示了java中怎么實現一個二維極點算法,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

用到的人會理解此描述,不多說直接上代碼

public class maxtest {	public static void main(String[] args) {		//###################二維極點start###################//
		String[] ewjd = {"2,4","5,3","15,7","3,10","10,6","6,8","8,2","13,5","13,7"};
		List listewjd = new ArrayList();
		String newewjd;		
		
		for (int j = 0; j < ewjd.length-1; j++) {			for (int i = 0; i < ewjd.length; i++) {				if(ewjd.length-1 == i){					break;
				}else{
					String[] split = ewjd[i].split(",");
					String[] split2 = ewjd[i+1].split(",");					if(Integer.parseInt(split[0]) > Integer.parseInt(split2[0])){
						newewjd = ewjd[i];
						ewjd[i] = ewjd[i+1];
						ewjd[i+1] = newewjd;
					}
				}
			}
		}		
		for (int i = 0; i < ewjd.length; i++) {
			listewjd.add(ewjd[i]);
		}
		
		System.out.println(jddg(listewjd,1));		//###################二維極點start###################//
	}	
	//二維極點遞歸public static List jddg (List listewjd,int start){		if (start == 1) {
			start = 0 ;			for (int i = listewjd.size()-1; i >= 0; i--) {				if(0 == i){					break;
				}else{
					String[] split = listewjd.get(i).toString().split(",");
					String[] split2 = listewjd.get(i-1).toString().split(",");					if(Integer.parseInt(split[1]) >= Integer.parseInt(split2[1])){
						listewjd.remove(i-1);
						start = 1;
					}
				}
			}
			jddg(listewjd,start);
		}		return listewjd;
	}
}

結果如下:

[3,10, 6,8, 15,7]

java中怎么實現一個二維極點算法

上述內容就是java中怎么實現一個二維極點算法,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

基隆市| 页游| 大埔区| 临颍县| 元谋县| 兴宁市| 三亚市| 丰原市| 富平县| 新化县| 莱西市| 隆尧县| 崇左市| 库伦旗| 治县。| 襄汾县| 乐昌市| 西城区| 西乌珠穆沁旗| 读书| 公主岭市| 芦山县| 芮城县| 金山区| 富民县| 绵阳市| 洱源县| 临潭县| 巧家县| 富宁县| 梓潼县| 泰兴市| 司法| 象州县| 舞钢市| 忻州市| 柯坪县| 湘潭县| 邮箱| 恩平市| 彰化市|