File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ 771 . Jewels and Stones
2
+ https://leetcode.com/problems/jewels-and-stones/description/
3
+
1
4
You're given strings J representing the types of stones that are jewels, and S representing the stones you have.
2
5
Each character in S is a type of stone you have. You want to know how many of the stones you have are also jewels.
3
6
@@ -22,4 +25,4 @@ Output: 0
22
25
Note:
23
26
24
27
S and J will consist of letters and have length at most 50.
25
- The characters in J are distinct.
28
+ The characters in J are distinct.
Original file line number Diff line number Diff line change 1
1
804 . Unique Morse Code Words
2
+ https://leetcode.com/problems/unique-morse-code-words/description/
2
3
3
4
4
5
International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes,
36
37
37
38
- The length of words will be at most 100.
38
39
- Each words[ i] will have length in range [ 1, 12] .
39
- - words[ i] will only consist of lowercase letters.
40
+ - words[ i] will only consist of lowercase letters.
You can’t perform that action at this time.
0 commit comments