Skip to content

Commit 36a1150

Browse files
committed
更新目录
1 parent 75df795 commit 36a1150

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
| 0396 | Rotate Function | | 35.20% | Medium | |
463463
| 0397 | Integer Replacement |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0397.%20Integer%20Replacement) | 31.50% | Medium | |
464464
| 0398 | Random Pick Index | | 50.20% | Medium | |
465-
| 0399 | Evaluate Division | | 47.80% | Medium | |
465+
| 0399 | Evaluate Division | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0399.%20Evaluate%20Division) | 47.80% | Medium | |
466466
| 0400 | Nth Digit | | 30.40% | Easy | |
467467
| 0401 | Binary Watch | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0401.%20Binary%20Watch) | 45.40% | Easy | |
468468
| 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 @@
555555
| 0488 | Zuma Game | | 39.10% | Hard | |
556556
| 0489 | Robot Room Cleaner | | 64.70% | Hard | |
557557
| 0490 | The Maze | | 47.60% | Medium | |
558-
| 0491 | Increasing Subsequences | | 42.20% | Medium | |
558+
| 0491 | Increasing Subsequences | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0491.%20Increasing%20Subsequences) | 42.20% | Medium | |
559559
| 0492 | Construct the Rectangle | | 48.80% | Easy | |
560560
| 0493 | Reverse Pairs | | 23.30% | Hard | |
561561
| 0494 | Target Sum | | 45.40% | Medium | |
@@ -726,7 +726,7 @@
726726
| 0659 | Split Array into Consecutive Subsequences | | 40.80% | Medium | |
727727
| 0660 | Remove 9 | | 51.60% | Hard | |
728728
| 0661 | Image Smoother | | 49.00% | Easy | |
729-
| 0662 | Maximum Width of Binary Tree | | 39.60% | Medium | |
729+
| 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 | |
730730
| 0663 | Equal Tree Partition | | 38.10% | Medium | |
731731
| 0664 | Strange Printer | | 36.90% | Hard | |
732732
| 0665 | Non-decreasing Array | | 19.50% | Easy | |
@@ -829,7 +829,7 @@
829829
| 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 | |
830830
| 0763 | Partition Labels | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0763.%20Partition%20Labels) | 70.80% | Medium | |
831831
| 0764 | Largest Plus Sign | | 43.50% | Medium | |
832-
| 0765 | Couples Holding Hands | | 51.70% | Hard | |
832+
| 0765 | Couples Holding Hands | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0765.%20Couples%20Holding%20Hands) | 51.70% | Hard | |
833833
| 0766 | Toeplitz Matrix | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0766.%20Toeplitz%20Matrix) | 61.90% | Easy | |
834834
| 0767 | Reorganize String | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0767.%20Reorganize%20String) | 42.70% | Medium | |
835835
| 0768 | Max Chunks To Make Sorted II | | 46.10% | Hard | |
@@ -867,7 +867,7 @@
867867
| 0800 | Similar RGB Color | | 59.80% | Easy | |
868868
| 0801 | Minimum Swaps To Make Sequences Increasing | | 34.90% | Medium | |
869869
| 0802 | Find Eventual Safe States | | 44.10% | Medium | |
870-
| 0803 | Bricks Falling When Hit | | 28.80% | Hard | |
870+
| 0803 | Bricks Falling When Hit | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0803.%20Bricks%20Falling%20When%20Hit) | 28.80% | Hard | |
871871
| 0804 | Unique Morse Code Words | | 74.90% | Easy | |
872872
| 0805 | Split Array With Same Average | | 24.50% | Hard | |
873873
| 0806 | Number of Lines To Write String | | 63.20% | Easy | |
@@ -988,11 +988,11 @@
988988
| 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 | |
989989
| 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 | |
990990
| 0923 | 3Sum With Multiplicity | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0923.%203Sum%20With%20Multiplicity) | 33.90% | Medium | |
991-
| 0924 | Minimize Malware Spread | | 40.10% | Hard | |
991+
| 0924 | Minimize Malware Spread | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0924.%20Minimize%20Malware%20Spread) | 40.10% | Hard | |
992992
| 0925 | Long Pressed Name | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0925.%20Long%20Pressed%20Name) | 44.50% | Easy | |
993993
| 0926 | Flip String to Monotone Increasing | | 49.80% | Medium | |
994994
| 0927 | Three Equal Parts | | 30.40% | Hard | |
995-
| 0928 | Minimize Malware Spread II | | 39.50% | Hard | |
995+
| 0928 | Minimize Malware Spread II | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0928.%20Minimize%20Malware%20Spread%20II) | 39.50% | Hard | |
996996
| 0929 | Unique Email Addresses | | 70.50% | Easy | |
997997
| 0930 | Binary Subarrays With Sum | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0930.%20Binary%20Subarrays%20With%20Sum) | 38.20% | Medium | |
998998
| 0931 | Minimum Falling Path Sum | | 59.00% | Medium | |
@@ -1016,7 +1016,7 @@
10161016
| 0949 | Largest Time for Given Digits | | 34.20% | Easy | |
10171017
| 0950 | Reveal Cards In Increasing Order | | 72.20% | Medium | |
10181018
| 0951 | Flip Equivalent Binary Trees | | 65.20% | Medium | |
1019-
| 0952 | Largest Component Size by Common Factor | | 26.60% | Hard | |
1019+
| 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 | |
10201020
| 0953 | Verifying an Alien Dictionary |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0953.%20Verifying%20an%20Alien%20Dictionary) | 55.60% | Easy | |
10211021
| 0954 | Array of Doubled Pairs | | 34.40% | Medium | |
10221022
| 0955 | Delete Columns to Make Sorted II | | 31.60% | Medium | |
@@ -1116,7 +1116,7 @@
11161116
| 1049 | Last Stone Weight II | | 39.90% | Medium | |
11171117
| 1050 | Actors and Directors Who Cooperated At Least Three Times | | 75.40% | Easy | |
11181118
| 1051 | Height Checker | | 69.40% | Easy | |
1119-
| 1052 | Grumpy Bookstore Owner | | 52.00% | Medium | |
1119+
| 1052 | Grumpy Bookstore Owner | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1052.%20Grumpy%20Bookstore%20Owner) | 52.00% | Medium | |
11201120
| 1053 | Previous Permutation With One Swap | | 47.10% | Medium | |
11211121
| 1054 | Distant Barcodes | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1054.%20Distant%20Barcodes) | 38.60% | Medium | |
11221122
| 1055 | Shortest Way to Form String | | 58.20% | Medium | |

0 commit comments

Comments
 (0)