摘要: 直接看代码 package com.lm.digui; public class GuiBinSort { public static void main(String[] args) { int[] arr = {1, 2, 3, 5, 8}; System.out.println(guibinN 阅读全文
posted @ 2020-01-05 22:45 沐雨清晨 阅读(104) 评论(0) 推荐(0)
摘要: package com.lm.digui; import java.util.Arrays; public class MergonQuery { public static void main(String[] args) { int merget[] = {2, 5, 39, 2, 2, 4, 阅读全文
posted @ 2020-01-05 22:44 沐雨清晨 阅读(173) 评论(0) 推荐(0)
摘要: 变为数 说白了 把出现的可能 都现实出来 直接代码 package com.lm.digui; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * 变位数 阅读全文
posted @ 2020-01-05 22:43 沐雨清晨 阅读(277) 评论(0) 推荐(0)
摘要: 递归就是自己调自己 public class NumberDG { public static void main(String[] args) { System.out.println(addNumber(5)); System.out.println(cfNumber(5)); System.o 阅读全文
posted @ 2020-01-05 22:40 沐雨清晨 阅读(194) 评论(0) 推荐(0)