File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
website/content/ChapterTwo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ weight: 12
98
98
| 0914| X of a Kind in a Deck of Cards| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0914.X-of-a-Kind-in-a-Deck-of-Cards.md" >}})| Easy|||| 32.9%|
99
99
| 0920| Number of Music Playlists| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0920.Number-of-Music-Playlists.md" >}})| Hard|||| 49.9%|
100
100
| 0927| Three Equal Parts| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0927.Three-Equal-Parts.md" >}})| Hard|||| 39.4%|
101
- | 0942| DI String Match| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0942.DI-String-Match.md" >}})| Easy| O(n)| O(1)|| 75.8 %|
101
+ | 0942| DI String Match| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0942.DI-String-Match.md" >}})| Easy| O(n)| O(1)|| 75.9 %|
102
102
| 0952| Largest Component Size by Common Factor| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0952.Largest-Component-Size-by-Common-Factor.md" >}})| Hard|||| 40.2%|
103
103
| 0970| Powerful Integers| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0970.Powerful-Integers.md" >}})| Medium|||| 43.6%|
104
104
| 0973| K Closest Points to Origin| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0973.K-Closest-Points-to-Origin.md" >}})| Medium|||| 66.0%|
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ weight: 5
58
58
| 0895| Maximum Frequency Stack| [ Go] ({{< relref "/ChapterFour/0800~ 0899/0895.Maximum-Frequency-Stack.md" >}})| Hard| O(n)| O(n) || 66.4%|
59
59
| 0897| Increasing Order Search Tree| [ Go] ({{< relref "/ChapterFour/0800~ 0899/0897.Increasing-Order-Search-Tree.md" >}})| Easy|||| 78.3%|
60
60
| 0901| Online Stock Span| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0901.Online-Stock-Span.md" >}})| Medium| O(n)| O(n) || 63.1%|
61
- | 0907| Sum of Subarray Minimums| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0907.Sum-of-Subarray-Minimums.md" >}})| Medium| O(n)| O(n)| ❤️| 33.8 %|
61
+ | 0907| Sum of Subarray Minimums| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0907.Sum-of-Subarray-Minimums.md" >}})| Medium| O(n)| O(n)| ❤️| 33.9 %|
62
62
| 0921| Minimum Add to Make Parentheses Valid| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0921.Minimum-Add-to-Make-Parentheses-Valid.md" >}})| Medium| O(n)| O(n)|| 77.1%|
63
63
| 0946| Validate Stack Sequences| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0946.Validate-Stack-Sequences.md" >}})| Medium| O(n)| O(n)|| 67.6%|
64
64
| 1003| Check If Word Is Valid After Substitutions| [ Go] ({{< relref "/ChapterFour/1000~ 1099/1003.Check-If-Word-Is-Valid-After-Substitutions.md" >}})| Medium| O(n)| O(1)|| 57.9%|
You can’t perform that action at this time.
0 commit comments