Skip to content

Commit 67e3969

Browse files
committed
[level 2] Title: 전화번호 목록, Time: 331.14 ms, Memory: 97.9 MB -BaekjoonHub
1 parent e8206f8 commit 67e3969

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

프로그래머스/2/42577. 전화번호 목록/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### 성능 요약
66

7-
메모리: 97.9 MB, 시간: 321.89 ms
7+
메모리: 97.9 MB, 시간: 331.14 ms
88

99
### 구분
1010

@@ -16,7 +16,7 @@
1616

1717
### 제출 일자
1818

19-
2026년 02월 06일 14:53:37
19+
2026년 02월 06일 14:56:26
2020

2121
### 문제 설명
2222

프로그래머스/2/42577. 전화번호 목록/전화번호 목록.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import java.util.Arrays;
2-
import java.util.Comparator;
32

43
class Solution {
54
public boolean solution(String[] phone_book) {

0 commit comments

Comments
 (0)