Skip to content

Commit 66c6528

Browse files
committed
feat: 정렬 전략 인터페이스 선언
1 parent c5732f5 commit 66c6528

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package sort;
2+
3+
public interface Sort {
4+
5+
void sort(int[] array);
6+
}

0 commit comments

Comments
 (0)