File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
website/content/ChapterTwo Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ weight: 5
17
17
18
18
| No. | Title | Solution | Difficulty | TimeComplexity | SpaceComplexity | Favorite| Acceptance |
19
19
| :--------:| :------- | :--------: | :----------: | :----: | :-----: | :-----: | :-----: |
20
- | 0020| Valid Parentheses| [ Go] ({{< relref "/ChapterFour/0001~ 0099/0020.Valid-Parentheses.md" >}})| Easy| O(log n)| O(1)|| 40.3 %|
20
+ | 0020| Valid Parentheses| [ Go] ({{< relref "/ChapterFour/0001~ 0099/0020.Valid-Parentheses.md" >}})| Easy| O(log n)| O(1)|| 40.2 %|
21
21
| 0032| Longest Valid Parentheses| [ Go] ({{< relref "/ChapterFour/0001~ 0099/0032.Longest-Valid-Parentheses.md" >}})| Hard|||| 32.8%|
22
22
| 0042| Trapping Rain Water| [ Go] ({{< relref "/ChapterFour/0001~ 0099/0042.Trapping-Rain-Water.md" >}})| Hard| O(n)| O(1)| ❤️| 59.2%|
23
23
| 0071| Simplify Path| [ Go] ({{< relref "/ChapterFour/0001~ 0099/0071.Simplify-Path.md" >}})| Medium| O(n)| O(n)| ❤️| 39.3%|
You can’t perform that action at this time.
0 commit comments