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 ead61d9 commit b363381Copy full SHA for b363381
group-anagrams/hyejjun.js
@@ -26,4 +26,7 @@ console.log(groupAnagrams(["a"]));
26
/*
27
시간 복잡도: O(n*k log k)
28
공간 복잡도: O(n*k)
29
+
30
+n: 문자열의 개수
31
+k: 문자열의 최대 길이
32
*/
0 commit comments