From 2e7a374f0bb5685f724411b34f4463bf62d96889 Mon Sep 17 00:00:00 2001 From: YDZ Date: Wed, 22 Jan 2020 20:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b674cb75..82c96314 100644 --- a/README.md +++ b/README.md @@ -1078,7 +1078,7 @@ | 1008 | Construct Binary Search Tree from Preorder Traversal | | 73.10% | Medium | | | 1009 | Complement of Base 10 Integer | | 58.90% | Easy | | | 1010 | Pairs of Songs With Total Durations Divisible by 60 | | 45.60% | Easy | | -| 1011 | Capacity To Ship Packages Within D Days | | 53.30% | Medium | | +| 1011 | Capacity To Ship Packages Within D Days | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1011.%20Capacity%20To%20Ship%20Packages%20Within%20D%20Days) | 53.30% | Medium | | | 1012 | Numbers With Repeated Digits | | 34.80% | Hard | | | 1013 | Partition Array Into Three Parts With Equal Sum | | 55.50% | Easy | | | 1014 | Best Sightseeing Pair | | 49.30% | Medium | |