We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8206f8 commit 67e3969Copy full SHA for 67e3969
프로그래머스/2/42577. 전화번호 목록/README.md
@@ -4,7 +4,7 @@
4
5
### 성능 요약
6
7
-메모리: 97.9 MB, 시간: 321.89 ms
+메모리: 97.9 MB, 시간: 331.14 ms
8
9
### 구분
10
@@ -16,7 +16,7 @@
16
17
### 제출 일자
18
19
-2026년 02월 06일 14:53:37
+2026년 02월 06일 14:56:26
20
21
### 문제 설명
22
프로그래머스/2/42577. 전화번호 목록/전화번호 목록.java
@@ -1,5 +1,4 @@
1
import java.util.Arrays;
2
-import java.util.Comparator;
3
class Solution {
public boolean solution(String[] phone_book) {
0 commit comments