From 7bbdff742956e70040b58ae5d3dd6974f4bd7a9e Mon Sep 17 00:00:00 2001 From: YDZ Date: Thu, 13 Feb 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 c17669ff..9c08763e 100644 --- a/README.md +++ b/README.md @@ -1048,7 +1048,7 @@ | 0978 | Longest Turbulent Subarray | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0978.%20Longest%20Turbulent%20Subarray) | 45.60% | Medium | | | 0979 | Distribute Coins in Binary Tree | | 67.20% | Medium | | | 0980 | Unique Paths III | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0980.%20Unique%20Paths%20III) | 71.20% | Hard | | -| 0981 | Time Based Key-Value Store | | 50.80% | Medium | | +| 0981 | Time Based Key-Value Store |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0981.%20Time%20Based%20Key-Value%20Store) | 50.80% | Medium | | | 0982 | Triples with Bitwise AND Equal To Zero | | 54.00% | Hard | | | 0983 | Minimum Cost For Tickets | | 57.30% | Medium | | | 0984 | String Without AAA or BBB |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0984.%20String%20Without%20AAA%20or%20BBB) | 33.90% | Medium | |