摘要:
import java.util.Scanner; /** * @author * @function:队列 * @date 2022年07月18日 17:43 */ class queue{ int []data = new int[100]; int head; int tail; } publ 阅读全文
posted @ 2022-07-19 23:31
惠安雪乃
阅读(156)
评论(0)
推荐(0)
摘要:
import java.util.Scanner; /** * @author * @function:冒泡排序 * @date 2022年07月18日 17:43 */ public class exercise3 { public static void main(String[] args) 阅读全文
posted @ 2022-07-19 12:09
惠安雪乃
阅读(24)
评论(0)
推荐(0)

浙公网安备 33010602011771号