摘要: import java.util.Arrays;import java.util.Iterator; public class testshellsort { public static void main(String[] args) { int[] arr = { 120, 34, 56, 7, 阅读全文
posted @ 2019-01-08 18:39 !!天道酬勤 阅读(123) 评论(0) 推荐(0) 编辑
摘要: import java.util.Arrays; public class testinsertsort { public static void main(String[] args) { int[] arr = { 243, 45, 78, 355, 322, 235 }; insertsort 阅读全文
posted @ 2019-01-08 15:50 !!天道酬勤 阅读(181) 评论(0) 推荐(0) 编辑