整体算法描述: 录入一串整数,通过调用selection_sort函数和sort函数来排序这些整数。 selection_sort函数描述: 1.确定第n个数组元素;2.递归调用本身 sort函数描述: 搜索数组……