Skip to content

Commit 194aec2

Browse files
committed
fixed typo
1 parent 61ab9f2 commit 194aec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SortingAlgorithm/Java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Project
1010
> - Java로 구현 한 정렬 알고리즘 폴더들이 있습니다.
1111
> - Java11 API : [Java API](https://docs.oracle.com/en/java/javase/11/docs/api/index.html)
1212
> - 특별한 경우를 제외하고는 사용자 객체의 정렬까지 지원합니다.
13-
> - 사용자 객체(클래스)를 정렬하는 경우 Comparator 또는 Comparable에 의해 정렬방식을 지정해주어야 하며, 형식은 표준 Java 작성법과 동일합니다.
13+
> - 사용자 객체(클래스)를 정렬하는 경우 Comparator 또는 Comparable에 의해 비교방식을 구현해주어야 하며, 형식은 표준 Java 작성법과 동일합니다.
1414
1515
</br></br>
1616
#### [Preview subFolder]

0 commit comments

Comments
 (0)