Skip to content

Commit 012b472

Browse files
committed
#242: description update
1 parent dc17676 commit 012b472

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

c-sharp/Problems/arrays-and-hashing/ValidAnagram.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
* Output: false
1616
*
1717
* Constraints:
18-
* • 1 <= s.length, t.length <= 5 * 104
18+
* • 1 <= s.length, t.length <= 5 * 10^4
1919
* • s and t consist of lowercase English letters.
2020
*
21-
* Follow up: What if the inputs contain Unicode characters? How would you adapt your solution to such a case?
21+
* Follow up:
22+
* What if the inputs contain Unicode characters?
23+
* How would you adapt your solution to such a case?
2224
**
2325
* https://leetcode.com/problems/valid-anagram/
2426
***/

0 commit comments

Comments
 (0)