Skip to content

Commit d3e2643

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 58b62d1 + e350665 commit d3e2643

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

jewels_and_stones/spec.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
771. Jewels and Stones
2+
https://leetcode.com/problems/jewels-and-stones/description/
3+
14
You're given strings J representing the types of stones that are jewels, and S representing the stones you have.
25
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.
36

@@ -22,4 +25,4 @@ Output: 0
2225
Note:
2326

2427
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.

unique_morse_code_words/spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
804. Unique Morse Code Words
2+
https://leetcode.com/problems/unique-morse-code-words/description/
23

34

45
International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes,
@@ -36,4 +37,4 @@ Note:
3637

3738
- The length of words will be at most 100.
3839
- 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.

0 commit comments

Comments
 (0)