Skip to content

Commit 0269cec

Browse files
committed
fix: runtime
1 parent 54aace5 commit 0269cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid-anagram/choidabom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function sortedString(s: string): string {
1616
}
1717

1818
/**
19-
* Runtime: 29ms, Memory: 55.02MB
19+
* Runtime: 19ms, Memory: 55.02MB
2020
*
2121
* 접근: 문자들끼리 anagram 관계인 경우, 각 문자들의 count가 동일할 것이기에 Map 자료구조를 이용해서 합/차 계산
2222
* Time Complexity: O(N)

0 commit comments

Comments
 (0)