更新目录

This commit is contained in:
YDZ
2019-08-24 18:10:01 +08:00
parent 75df795ecb
commit 36a1150713

View File

@ -462,7 +462,7 @@
| 0396 | Rotate Function | | 35.20% | Medium | |
| 0397 | Integer Replacement |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0397.%20Integer%20Replacement) | 31.50% | Medium | |
| 0398 | Random Pick Index | | 50.20% | Medium | |
| 0399 | Evaluate Division | | 47.80% | Medium | |
| 0399 | Evaluate Division | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0399.%20Evaluate%20Division) | 47.80% | Medium | |
| 0400 | Nth Digit | | 30.40% | Easy | |
| 0401 | Binary Watch | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0401.%20Binary%20Watch) | 45.40% | Easy | |
| 0402 | Remove K Digits | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0402.%20Remove%20K%20Digits) | 26.70% | Medium | |
@ -555,7 +555,7 @@
| 0488 | Zuma Game | | 39.10% | Hard | |
| 0489 | Robot Room Cleaner | | 64.70% | Hard | |
| 0490 | The Maze | | 47.60% | Medium | |
| 0491 | Increasing Subsequences | | 42.20% | Medium | |
| 0491 | Increasing Subsequences | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0491.%20Increasing%20Subsequences) | 42.20% | Medium | |
| 0492 | Construct the Rectangle | | 48.80% | Easy | |
| 0493 | Reverse Pairs | | 23.30% | Hard | |
| 0494 | Target Sum | | 45.40% | Medium | |
@ -726,7 +726,7 @@
| 0659 | Split Array into Consecutive Subsequences | | 40.80% | Medium | |
| 0660 | Remove 9 | | 51.60% | Hard | |
| 0661 | Image Smoother | | 49.00% | Easy | |
| 0662 | Maximum Width of Binary Tree | | 39.60% | Medium | |
| 0662 | Maximum Width of Binary Tree | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0662.%20Maximum%20Width%20of%20Binary%20Tree) | 39.60% | Medium | |
| 0663 | Equal Tree Partition | | 38.10% | Medium | |
| 0664 | Strange Printer | | 36.90% | Hard | |
| 0665 | Non-decreasing Array | | 19.50% | Easy | |
@ -829,7 +829,7 @@
| 0762 | Prime Number of Set Bits in Binary Representation |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0762.%20Prime%20Number%20of%20Set%20Bits%20in%20Binary%20Representation) | 59.60% | Easy | |
| 0763 | Partition Labels | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0763.%20Partition%20Labels) | 70.80% | Medium | |
| 0764 | Largest Plus Sign | | 43.50% | Medium | |
| 0765 | Couples Holding Hands | | 51.70% | Hard | |
| 0765 | Couples Holding Hands | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0765.%20Couples%20Holding%20Hands) | 51.70% | Hard | |
| 0766 | Toeplitz Matrix | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0766.%20Toeplitz%20Matrix) | 61.90% | Easy | |
| 0767 | Reorganize String | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0767.%20Reorganize%20String) | 42.70% | Medium | |
| 0768 | Max Chunks To Make Sorted II | | 46.10% | Hard | |
@ -867,7 +867,7 @@
| 0800 | Similar RGB Color | | 59.80% | Easy | |
| 0801 | Minimum Swaps To Make Sequences Increasing | | 34.90% | Medium | |
| 0802 | Find Eventual Safe States | | 44.10% | Medium | |
| 0803 | Bricks Falling When Hit | | 28.80% | Hard | |
| 0803 | Bricks Falling When Hit | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0803.%20Bricks%20Falling%20When%20Hit) | 28.80% | Hard | |
| 0804 | Unique Morse Code Words | | 74.90% | Easy | |
| 0805 | Split Array With Same Average | | 24.50% | Hard | |
| 0806 | Number of Lines To Write String | | 63.20% | Easy | |
@ -988,11 +988,11 @@
| 0921 | Minimum Add to Make Parentheses Valid | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0921.%20Minimum%20Add%20to%20Make%20Parentheses%20Valid) | 70.30% | Medium | |
| 0922 | Sort Array By Parity II | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0922.%20Sort%20Array%20By%20Parity%20II) | 67.10% | Easy | |
| 0923 | 3Sum With Multiplicity | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0923.%203Sum%20With%20Multiplicity) | 33.90% | Medium | |
| 0924 | Minimize Malware Spread | | 40.10% | Hard | |
| 0924 | Minimize Malware Spread | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0924.%20Minimize%20Malware%20Spread) | 40.10% | Hard | |
| 0925 | Long Pressed Name | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0925.%20Long%20Pressed%20Name) | 44.50% | Easy | |
| 0926 | Flip String to Monotone Increasing | | 49.80% | Medium | |
| 0927 | Three Equal Parts | | 30.40% | Hard | |
| 0928 | Minimize Malware Spread II | | 39.50% | Hard | |
| 0928 | Minimize Malware Spread II | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0928.%20Minimize%20Malware%20Spread%20II) | 39.50% | Hard | |
| 0929 | Unique Email Addresses | | 70.50% | Easy | |
| 0930 | Binary Subarrays With Sum | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0930.%20Binary%20Subarrays%20With%20Sum) | 38.20% | Medium | |
| 0931 | Minimum Falling Path Sum | | 59.00% | Medium | |
@ -1016,7 +1016,7 @@
| 0949 | Largest Time for Given Digits | | 34.20% | Easy | |
| 0950 | Reveal Cards In Increasing Order | | 72.20% | Medium | |
| 0951 | Flip Equivalent Binary Trees | | 65.20% | Medium | |
| 0952 | Largest Component Size by Common Factor | | 26.60% | Hard | |
| 0952 | Largest Component Size by Common Factor | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0952.%20Largest%20Component%20Size%20by%20Common%20Factor) | 26.60% | Hard | |
| 0953 | Verifying an Alien Dictionary |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0953.%20Verifying%20an%20Alien%20Dictionary) | 55.60% | Easy | |
| 0954 | Array of Doubled Pairs | | 34.40% | Medium | |
| 0955 | Delete Columns to Make Sorted II | | 31.60% | Medium | |
@ -1116,7 +1116,7 @@
| 1049 | Last Stone Weight II | | 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 | | 52.00% | Medium | |
| 1052 | Grumpy Bookstore Owner | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1052.%20Grumpy%20Bookstore%20Owner) | 52.00% | Medium | |
| 1053 | Previous Permutation With One Swap | | 47.10% | Medium | |
| 1054 | Distant Barcodes | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1054.%20Distant%20Barcodes) | 38.60% | Medium | |
| 1055 | Shortest Way to Form String | | 58.20% | Medium | |