package ÅÅÐòËã·¨¿ò¼Ü£¨LSP£©; /** * @author ·½³õÑô * @version 1.0 * @created 23-10ÔÂ-2025 21:04:31 */ public class QuickSort implements SortStrategy { public QuickSort(){ } public void finalize() throws Throwable { } /** * * @param array */ public int sort(array: int[] array){ return 0; } }//end QuickSort