排序查找算法一:数组常用排序算法1):冒泡排序(Bubblesorting)2):交换排序(Swapsorting)3):选择排序(Selectsorting)4):直接插入排序(Insertsorting)二:数组的查找算法1):顺序查找2):折半查找