We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ab9f2 commit 194aec2Copy full SHA for 194aec2
1 file changed
SortingAlgorithm/Java/README.md
@@ -10,7 +10,7 @@ Project
10
> - Java로 구현 한 정렬 알고리즘 폴더들이 있습니다.
11
> - Java11 API : [Java API](https://docs.oracle.com/en/java/javase/11/docs/api/index.html)
12
> - 특별한 경우를 제외하고는 사용자 객체의 정렬까지 지원합니다.
13
-> - 사용자 객체(클래스)를 정렬하는 경우 Comparator 또는 Comparable에 의해 정렬방식을 지정해주어야 하며, 형식은 표준 Java 작성법과 동일합니다.
+> - 사용자 객체(클래스)를 정렬하는 경우 Comparator 또는 Comparable에 의해 비교방식을 구현해주어야 하며, 형식은 표준 Java 작성법과 동일합니다.
14
15
</br></br>
16
#### [Preview subFolder]
0 commit comments