Skip to content

Commit 18dbe11

Browse files
committed
Update README.md
1 parent e09d4b7 commit 18dbe11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ LeetCode Profile: https://leetcode.com/timothyshores/
3030
|[232. Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/)|Easy|[JavaScript](232.%20Implement%20Queue%20using%20Stacks.js)
3131
|[242. Valid Anagram](https://leetcode.com/problems/valid-anagram/)|Easy|[JavaScript](242.%20Valid%20Anagram.js)
3232
|[278. First Bad Version](https://leetcode.com/problems/first-bad-version/)|Easy|[JavaScript](278.%20First%20Bad%20Version.js)
33+
|[283. Move Zeroes](https://leetcode.com/problems/move-zeroes/)|Easy|[JavaScript](283.%20Move%20Zeroes.js)
3334
|[287. Find the Duplicate Number](https://leetcode.com/problems/find-the-duplicate-number/)|Medium|[JavaScript](287.%20Find%20the%20Duplicate%20Number.js)
3435
|[229. Bulls And Cows](https://leetcode.com/problems/bulls-and-cows)|Medium|[JavaScript](229.%20Bulls%20And%20Cows.js)
3536
|[326. Power of Three](https://leetcode.com/problems/power-of-three/)|Easy|[JavaScript](326.%20Power%20of%20Three.js)
@@ -43,11 +44,12 @@ LeetCode Profile: https://leetcode.com/timothyshores/
4344
|[739. Daily Temperatures](https://leetcode.com/problems/daily-temperatures/)|Medium|[JavaScript](739.%20Daily%20Temperatures.js)
4445
|[771. Jewels And Stones](https://leetcode.com/problems/jewels-and-stones/)|Easy|[JavaScript](771.%20Jewels%20And%20Stones.js)
4546
|[796. Rotate String](https://leetcode.com/problems/rotate-string/)|Easy|[JavaScript](796.%20Rotate%20String.js)
46-
|[836. Rectangle Overlap](https://leetcode.com/problems/rectangle-overlap/description/)|Easy|[JavaScript](836.%20Rectangle%20Overlap.js)
47+
|[844. Backspace String Compare](https://leetcode.com/problems/backspace-string-compare/)|Easy|[JavaScript](844.%20Backspace%20String%20Compare.js.js)
48+
|[836. Rectangle Overlap](https://leetcode.com/problems/rectangle-overlap/)|Easy|[JavaScript](836.%20Rectangle%20Overlap.js)
4749
|[896. Monotonic Array](https://leetcode.com/problems/monotonic-array/)|Easy|[JavaScript](896.%20Monotonic%20Array.js)
4850
|[938. Range Sum of BST](https://leetcode.com/problems/range-sum-of-bst/)|Medium|[JavaScript](938.%20Range%20Sum%20of%20BST.js)
4951
|[1108. Defanging An IP Address](https://leetcode.com/problems/defanging-an-ip-address/)|Easy|[JavaScript](1108.%20Defanging%20An%20IP%20Address.js)
50-
|[1170. Compare Strings by Frequency of the Smallest Character](https://leetcode.com/problems/compare-strings-by-frequency-of-the-smallest-character/description/)|Medium|[JavaScript](1170.%20Compare%20Strings%20by%20Frequency%20of%20the%20Smallest%20Character.js)
52+
|[1170. Compare Strings by Frequency of the Smallest Character](https://leetcode.com/problems/compare-strings-by-frequency-of-the-smallest-character/)|Medium|[JavaScript](1170.%20Compare%20Strings%20by%20Frequency%20of%20the%20Smallest%20Character.js)
5153
|[1207. Unique Number of Occurrences](https://leetcode.com/problems/unique-number-of-occurrences/)|Easy|[JavaScript](1207.%20Unique%20Number%20of%20Occurrences.js)
5254
|[1281. Subtract the Product and Sum of Digits of an Integer](https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/)|Easy|[JavaScript](1281.%20Subtract%20the%20Product%20and%20Sum%20of%20Digits%20of%20an%20Integer.js)
5355
|[1365. How Many Numbers Are Smaller Than the Current Number](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/)|Easy|[JavaScript](1365.%20How%20Many%20Numbers%20Are%20Smaller%20Than%20the%20Current%20Number.js)

0 commit comments

Comments
 (0)