We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8afe9 commit 8cf6255Copy full SHA for 8cf6255
group-anagrams/wogha95.js
@@ -1,7 +1,7 @@
1
/**
2
* TC: O(N * S)
3
* SC: O(N)
4
- * N: strs.length, S: strs[i].length
+ * N: strs.length, S: Max(strs[i].length)
5
*
6
* 풀이
7
* 주어진 배열 strs의 각 원소의 키를 구해서 같은 원소끼리 묶어 정답을 찾는다.
0 commit comments