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
|387|[First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)||Easy|
118
+
|387|[First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)|[js](./algorithms/firstUniqueCharacterInAString/firstUniqueCharacterInAString.js)|Easy|
|384|[Shuffle an Array](https://leetcode.com/problems/shuffle-an-array/)||Medium|
@@ -133,7 +132,7 @@ LeetCode
133
132
|349|[Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)|[js](./algorithms/intersectionOfTwoArrays/intersectionOfTwoArrays.js)|Easy|
134
133
|347|[Top K Frequent Elements](https://leetcode.com/problems/top-k-frequent-elements/)||Medium|
135
134
|345|[Reverse Vowels of a String](https://leetcode.com/problems/reverse-vowels-of-a-string/)||Easy|
|21|[Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)|[java](./algorithm/mergeTwoSortedLists/Solution.java)|Easy|
398
+
|21|[Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)|[java](./algorithm/mergeTwoSortedLists/Solution.java), [js](./algorithms/mergeTwoSortedLists/mergeTwoSortedLists.js)|Easy|
|19|[Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/)|[js](./algorithms/removeNthNodeFromEndOfList/removeNthNodeFromEndOfList.js)|Easy|
0 commit comments