From 4e83894a9dea0c6089e809ab35239116af7bc00c Mon Sep 17 00:00:00 2001 From: YDZ Date: Mon, 10 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 078cc333..9947e5ee 100644 --- a/README.md +++ b/README.md @@ -811,7 +811,7 @@ | 0741 | Cherry Pickup | | 30.10% | Hard | | | 0742 | Closest Leaf in a Binary Tree | | 39.40% | Medium | | | 0743 | Network Delay Time | | 42.40% | Medium | | -| 0744 | Find Smallest Letter Greater Than Target | | 44.10% | Easy | | +| 0744 | Find Smallest Letter Greater Than Target |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0744.%20Find%20Smallest%20Letter%20Greater%20Than%20Target) | 44.10% | Easy | | | 0745 | Prefix and Suffix Search | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0745.%20Prefix%20and%20Suffix%20Search) | 30.90% | Hard | | | 0746 | Min Cost Climbing Stairs | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0746.%20Min%20Cost%20Climbing%20Stairs) | 47.50% | Easy | | | 0747 | Largest Number At Least Twice of Others | | 40.70% | Easy | |