You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Leetcode |[350. Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/description/)|[Java](./java/intersect.java)\|[Python](./Python/)|_O(m+n)_|_O(1)_| Easy ||
53
+
| Leetcode |[346. Moving Average from Data Stream](https://leetcode.com/problems/moving-average-from-data-stream/description/)|[Java](./java/MovingAverage.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Easy ||
53
54
54
55
55
56
## Strings
@@ -68,6 +69,11 @@ Feel free to add issues, comment and pull request.
| Leetcode |[408. Valid Word Abbreviation](https://leetcode.com/problems/valid-word-abbreviation/description/)|[Java](./java/validWordAbbreviation.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Easy ||
73
+
| Leetcode |[243. Shortest Word Distance](https://leetcode.com/problems/shortest-word-distance/description/)|[Java](./java/shortestDistance.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Easy ||
74
+
| Leetcode |[389. Find the Difference](https://leetcode.com/problems/find-the-difference/description/)|[Java](./java/findTheDifference.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Easy ||
75
+
| Leetcode |[345. Reverse Vowels of a String](https://leetcode.com/problems/reverse-vowels-of-a-string/description/)|[Java](./java/reverseVowels.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Easy ||
76
+
| Leetcode |[290. Word Pattern](https://leetcode.com/problems/word-pattern/description/)|[Java](./java/wordPattern.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Easy ||
71
77
72
78
## HashMap
73
79
| Website | Title | Solution | Time | Space | Difficulty | Note|
0 commit comments