File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/content/ChapterTwo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,13 +128,13 @@ func updateMatrix_BFS(matrix [][]int) [][]int {
128
128
| 0401| Binary Watch| [ Go] ({{< relref "/ChapterFour/0400~ 0499/0401.Binary-Watch.md" >}})| Easy| O(1)| O(1)|| 52.2%|
129
129
| 0473| Matchsticks to Square| [ Go] ({{< relref "/ChapterFour/0400~ 0499/0473.Matchsticks-to-Square.md" >}})| Medium|||| 40.2%|
130
130
| 0491| Non-decreasing Subsequences| [ Go] ({{< relref "/ChapterFour/0400~ 0499/0491.Non-decreasing-Subsequences.md" >}})| Medium|||| 60.1%|
131
- | 0494| Target Sum| [ Go] ({{< relref "/ChapterFour/0400~ 0499/0494.Target-Sum.md" >}})| Medium|||| 45.6 %|
131
+ | 0494| Target Sum| [ Go] ({{< relref "/ChapterFour/0400~ 0499/0494.Target-Sum.md" >}})| Medium|||| 45.7 %|
132
132
| 0526| Beautiful Arrangement| [ Go] ({{< relref "/ChapterFour/0500~ 0599/0526.Beautiful-Arrangement.md" >}})| Medium| O(n^2)| O(1)| ❤️| 64.4%|
133
133
| 0638| Shopping Offers| [ Go] ({{< relref "/ChapterFour/0600~ 0699/0638.Shopping-Offers.md" >}})| Medium|||| 53.3%|
134
134
| 0784| Letter Case Permutation| [ Go] ({{< relref "/ChapterFour/0700~ 0799/0784.Letter-Case-Permutation.md" >}})| Medium| O(n)| O(n)|| 73.8%|
135
135
| 0816| Ambiguous Coordinates| [ Go] ({{< relref "/ChapterFour/0800~ 0899/0816.Ambiguous-Coordinates.md" >}})| Medium|||| 56.3%|
136
136
| 0842| Split Array into Fibonacci Sequence| [ Go] ({{< relref "/ChapterFour/0800~ 0899/0842.Split-Array-into-Fibonacci-Sequence.md" >}})| Medium| O(n^2)| O(1)| ❤️| 38.4%|
137
- | 0980| Unique Paths III| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0980.Unique-Paths-III.md" >}})| Hard| O(n log n)| O(n)|| 81.8 %|
137
+ | 0980| Unique Paths III| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0980.Unique-Paths-III.md" >}})| Hard| O(n log n)| O(n)|| 81.7 %|
138
138
| 0996| Number of Squareful Arrays| [ Go] ({{< relref "/ChapterFour/0900~ 0999/0996.Number-of-Squareful-Arrays.md" >}})| Hard| O(n log n)| O(n) || 49.2%|
139
139
| 1079| Letter Tile Possibilities| [ Go] ({{< relref "/ChapterFour/1000~ 1099/1079.Letter-Tile-Possibilities.md" >}})| Medium| O(n^2)| O(1)| ❤️| 76.0%|
140
140
| 1239| Maximum Length of a Concatenated String with Unique Characters| [ Go] ({{< relref "/ChapterFour/1200~ 1299/1239.Maximum-Length-of-a-Concatenated-String-with-Unique-Characters.md" >}})| Medium|||| 52.2%|
You can’t perform that action at this time.
0 commit comments