From d2b7e75a4aaeda169105c4090207eb14d08300fd Mon Sep 17 00:00:00 2001 From: pc9arzikf <2675083410@qq.com> Date: Sun, 26 Oct 2025 13:57:09 +0800 Subject: [PATCH] ADD file via upload --- SortStrategy.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SortStrategy.java diff --git a/SortStrategy.java b/SortStrategy.java new file mode 100644 index 0000000..c054a28 --- /dev/null +++ b/SortStrategy.java @@ -0,0 +1,17 @@ +package ÅÅÐòËã·¨¿ò¼Ü£¨LSP£©; + + +/** + * @author ·½³õÑô + * @version 1.0 + * @created 23-10ÔÂ-2025 21:04:33 + */ +public interface SortStrategy { + + /** + * + * @param array + */ + public int sort(array:int[] array); + +} \ No newline at end of file