diff --git a/README.md b/README.md index 9c08763e..30adf367 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ | 0169 | Majority Element |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0169.%20Majority%20Element) | 53.00% | Easy | | | 0170 | Two Sum III - Data structure design | | 30.60% | Easy | | | 0171 | Excel Sheet Column Number | | 51.70% | Easy | | -| 0172 | Factorial Trailing Zeroes | | 37.40% | Easy | | +| 0172 | Factorial Trailing Zeroes |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0172.%20Factorial%20Trailing%20Zeroes) | 37.40% | Easy | | | 0173 | Binary Search Tree Iterator | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0173.%20Binary%20Search%20Tree%20Iterator) | 49.00% | Medium | | | 0174 | Dungeon Game | | 27.30% | Hard | | | 0175 | Combine Two Tables | | 52.40% | Easy | |