排序(冒泡, 选择)
摘要:
1.创建数组 2.随机分配 3.去重 4.排序 5.输出 package com.Tools; public class Test1 { public static void main(String[] args) { int n = 10; int a[] = new int[n]; for (i 阅读全文
posted @ 2022-06-11 17:04 Hex酱 阅读(23) 评论(0) 推荐(0)
posted @ 2022-06-11 17:04 Hex酱 阅读(23) 评论(0) 推荐(0)
posted @ 2022-06-11 16:34 Hex酱 阅读(51) 评论(0) 推荐(0)
posted @ 2022-06-11 16:15 Hex酱 阅读(30) 评论(1) 推荐(0)
posted @ 2022-06-11 15:17 Hex酱 阅读(75) 评论(0) 推荐(0)