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 1c18865 commit 87d6885Copy full SHA for 87d6885
valid-anagram/haxr369.java
@@ -8,7 +8,7 @@ public boolean isAnagram(String s, String t) {
8
/**
9
* Runtime: 2 ms (Beats 98.15%)
10
* Memory: 44.74 MB (Beats 38.46%)
11
- * Space Complexity: O(N)
+ * Space Complexity: O(1)
12
* - 26 크기의 배열 2개 사용으로 2*O(26)
13
* > O(1)
14
* Time Complexity: O(N)
0 commit comments