Skip to content

Commit a7fb20c

Browse files
committed
#49: description update
1 parent a50de5f commit a7fb20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Output: [["a"]]
2222
*
2323
* Constraints:
24-
* • 1 <= strs.length <= 104
24+
* • 1 <= strs.length <= 10^4
2525
* • 0 <= strs[i].length <= 100
2626
* • strs[i] consists of lowercase English letters.
2727
**

0 commit comments

Comments
 (0)