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 99f4d6c commit 5b61f36Copy full SHA for 5b61f36
c-sharp/Problems/arrays-and-hashing/JewelsAndStones.cs
@@ -16,9 +16,9 @@
16
* Output: 0
17
*
18
* Constraints:
19
- * - 1 <= jewels.length, stones.length <= 50
20
- * - jewels and stones consist of only English letters.
21
- * - All the characters of jewels are unique.
+ * • 1 <= jewels.length, stones.length <= 50
+ * • jewels and stones consist of only English letters.
+ * • All the characters of jewels are unique.
22
23
* Hint 1: For each stone, check if it is a jewel.
24
**
0 commit comments