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