diff --git a/BubbleSort.java b/BubbleSort.java new file mode 100644 index 0000000..55c78b4 --- /dev/null +++ b/BubbleSort.java @@ -0,0 +1,25 @@ +package ÅÅÐòËã·¨¿ò¼Ü£¨LSP£©; + + +/** + * @author ·½³õÑô + * @version 1.0 + * @created 23-10ÔÂ-2025 21:04:27 + */ +public class BubbleSort implements SortStrategy { + + public BubbleSort(){ + + } + + public void finalize() throws Throwable { + + } + /** + * + * @param array + */ + public int sort(array: int[] array){ + return 0; + } +}//end BubbleSort \ No newline at end of file