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 9afdb50 commit 8b8e3f3Copy full SHA for 8b8e3f3
src/main/java/com/fishercoder/solutions/_389.java
@@ -1,24 +1,4 @@
1
package com.fishercoder.solutions;
2
-/**
3
- * 389. Find the Difference
4
- *
5
- * Given two strings s and t which consist of only lowercase letters.
6
-
7
- String t is generated by random shuffling string s and then add
8
- one more letter at a random position.
9
10
- Find the letter that was added in t.
11
12
- Example:
13
14
- Input:
15
- s = "abcd"
16
- t = "abcde"
17
18
- Output:
19
- e
20
21
- Explanation: 'e' is the letter that was added.*/
22
23
public class _389 {
24
public static class Solution1 {
0 commit comments