@ -0,0 +1,25 @@
package 排序算法框架(LSP);
/**
* @author 方初阳
* @version 1.0
* @created 23-10月-2025 21:04:28
*/
public class InsertionSort implements SortStrategy {
public InsertionSort(){
}
public void finalize() throws Throwable {
*
* @param array
public int sort(array:int[] array){
return 0;
}//end InsertionSort