Java数组08:冒泡排序
Idea部分快捷键
/*
main方法 psvm
System.out.println("Hello,World!"); sout
复制 Ctrl+D
代码块向上移动:Ctrl+Shift+向上方向键
导包,生成变量 Alt+Enter
单行注释/取消 Ctrl+/
多行注释/取消注释 先选中 再按Ctrl+Shift+/
代码块包围 Ctrl+shift+t
构造方法,getter setter等等 alt+insert
*/
冒泡排序无疑是最为出名的排序算法之一,总共有八大排序!
标签:Ctrl,Shift,冒泡排序,注释,Day12,排序 From: https://www.cnblogs.com/qdhotspring/p/17784915.html