Skip to content

Commit 8cf6255

Browse files
committed
solve: group anagrams
1 parent 1c8afe9 commit 8cf6255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group-anagrams/wogha95.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* TC: O(N * S)
33
* SC: O(N)
4-
* N: strs.length, S: strs[i].length
4+
* N: strs.length, S: Max(strs[i].length)
55
*
66
* 풀이
77
* 주어진 배열 strs의 각 원소의 키를 구해서 같은 원소끼리 묶어 정답을 찾는다.

0 commit comments

Comments
 (0)