diff --git a/README.md b/README.md index 95505b9e..553d90c6 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ | 0471 | Encode String with Shortest Length | | 45.20% | Hard | | | 0472 | Concatenated Words | | 35.10% | Hard | | | 0473 | Matchsticks to Square | | 36.00% | Medium | | -| 0474 | Ones and Zeroes | | 39.80% | Medium | | +| 0474 | Ones and Zeroes | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0474.%20Ones%20and%20Zeroes) | 39.80% | Medium | | | 0475 | Heaters | | 31.90% | Easy | | | 0476 | Number Complement |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0476.%20Number%20Complement) | 62.50% | Easy | | | 0477 | Total Hamming Distance |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0477.%20Total%20Hamming%20Distance) | 49.00% | Medium | | @@ -1104,7 +1104,7 @@ | 1037 | Valid Boomerang | | 37.60% | Easy | | | 1038 | Binary Search Tree to Greater Sum Tree | | 79.70% | Medium | | | 1039 | Minimum Score Triangulation of Polygon | | 41.50% | Medium | | -| 1040 | Moving Stones Until Consecutive II | | 46.20% | Medium | | +| 1040 | Moving Stones Until Consecutive II | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1040.%20Moving%20Stones%20Until%20Consecutive%20II) | 46.20% | Medium | | | 1041 | Robot Bounded In Circle | | 43.40% | Easy | | | 1042 | Flower Planting With No Adjacent | | 48.40% | Easy | | | 1043 | Partition Array for Maximum Sum | | 62.40% | Medium | | @@ -1113,7 +1113,7 @@ | 1046 | Last Stone Weight | | 62.40% | Easy | | | 1047 | Remove All Adjacent Duplicates In String | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1047.%20Remove%20All%20Adjacent%20Duplicates%20In%20String) | 63.60% | Easy | | | 1048 | Longest String Chain | | 47.30% | Medium | | -| 1049 | Last Stone Weight II | | 39.90% | Medium | | +| 1049 | Last Stone Weight II | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1049.%20Last%20Stone%20Weight%20II) | 39.90% | Medium | | | 1050 | Actors and Directors Who Cooperated At Least Three Times | | 75.40% | Easy | | | 1051 | Height Checker | | 69.40% | Easy | | | 1052 | Grumpy Bookstore Owner | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1052.%20Grumpy%20Bookstore%20Owner) | 52.00% | Medium | |