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 dc17676 commit 012b472Copy full SHA for 012b472
c-sharp/Problems/arrays-and-hashing/ValidAnagram.cs
@@ -15,10 +15,12 @@
15
* Output: false
16
*
17
* Constraints:
18
- * • 1 <= s.length, t.length <= 5 * 104
+ * • 1 <= s.length, t.length <= 5 * 10^4
19
* • s and t consist of lowercase English letters.
20
21
- * Follow up: What if the inputs contain Unicode characters? How would you adapt your solution to such a case?
+ * Follow up:
22
+ * What if the inputs contain Unicode characters?
23
+ * How would you adapt your solution to such a case?
24
**
25
* https://leetcode.com/problems/valid-anagram/
26
***/
0 commit comments