@@ -37,17 +37,17 @@ weight: 18
3737
3838| No. | Title | Solution | Difficulty | TimeComplexity | SpaceComplexity | Favorite| Acceptance |
3939| :--------:| :------- | :--------: | :----------: | :----: | :-----: | :-----: | :-----: |
40- | 0218| The Skyline Problem| [ Go] ({{< relref "/ChapterFour/0200~ 0299/0218.The-Skyline-Problem.md" >}})| Hard| O(n log n)| O(n)| ❤️| 39.3 %|
41- | 0307| Range Sum Query - Mutable| [ Go] ({{< relref "/ChapterFour/0300~ 0399/0307.Range-Sum-Query-Mutable.md" >}})| Medium| O(1)| O(n)|| 40.6 %|
42- | 0315| Count of Smaller Numbers After Self| [ Go] ({{< relref "/ChapterFour/0300~ 0399/0315.Count-of-Smaller-Numbers-After-Self.md" >}})| Hard| O(n log n)| O(n)|| 42.9 %|
40+ | 0218| The Skyline Problem| [ Go] ({{< relref "/ChapterFour/0200~ 0299/0218.The-Skyline-Problem.md" >}})| Hard| O(n log n)| O(n)| ❤️| 41.5 %|
41+ | 0307| Range Sum Query - Mutable| [ Go] ({{< relref "/ChapterFour/0300~ 0399/0307.Range-Sum-Query-Mutable.md" >}})| Medium| O(1)| O(n)|| 40.7 %|
42+ | 0315| Count of Smaller Numbers After Self| [ Go] ({{< relref "/ChapterFour/0300~ 0399/0315.Count-of-Smaller-Numbers-After-Self.md" >}})| Hard| O(n log n)| O(n)|| 42.8 %|
4343| 0327| Count of Range Sum| [ Go] ({{< relref "/ChapterFour/0300~ 0399/0327.Count-of-Range-Sum.md" >}})| Hard| O(n log n)| O(n)| ❤️| 36.0%|
44- | 0493| Reverse Pairs| [ Go] ({{< relref "/ChapterFour/0400~ 0499/0493.Reverse-Pairs.md" >}})| Hard| O(n log n)| O(n)|| 30.7 %|
45- | 0699| Falling Squares| [ Go] ({{< relref "/ChapterFour/0600~ 0699/0699.Falling-Squares.md" >}})| Hard| O(n log n)| O(n)| ❤️| 44.3 %|
46- | 0715| Range Module| [ Go] ({{< relref "/ChapterFour/0700~ 0799/0715.Range-Module.md" >}})| Hard| O(log n)| O(n)| ❤️| 44.4 %|
44+ | 0493| Reverse Pairs| [ Go] ({{< relref "/ChapterFour/0400~ 0499/0493.Reverse-Pairs.md" >}})| Hard| O(n log n)| O(n)|| 30.8 %|
45+ | 0699| Falling Squares| [ Go] ({{< relref "/ChapterFour/0600~ 0699/0699.Falling-Squares.md" >}})| Hard| O(n log n)| O(n)| ❤️| 44.4 %|
46+ | 0715| Range Module| [ Go] ({{< relref "/ChapterFour/0700~ 0799/0715.Range-Module.md" >}})| Hard| O(log n)| O(n)| ❤️| 44.6 %|
4747| 0729| My Calendar I| [ Go] ({{< relref "/ChapterFour/0700~ 0799/0729.My-Calendar-I.md" >}})| Medium|||| 57.2%|
48- | 0732| My Calendar III| [ Go] ({{< relref "/ChapterFour/0700~ 0799/0732.My-Calendar-III.md" >}})| Hard| O(log n)| O(n)| ❤️| 67.3 %|
49- | 0850| Rectangle Area II| [ Go] ({{< relref "/ChapterFour/0800~ 0899/0850.Rectangle-Area-II.md" >}})| Hard| O(n log n)| O(n)| ❤️| 53.5 %|
50- | 1157| Online Majority Element In Subarray| [ Go] ({{< relref "/ChapterFour/1100~ 1199/1157.Online-Majority-Element-In-Subarray.md" >}})| Hard| O(log n)| O(n)| ❤️| 42.1 %|
48+ | 0732| My Calendar III| [ Go] ({{< relref "/ChapterFour/0700~ 0799/0732.My-Calendar-III.md" >}})| Hard| O(log n)| O(n)| ❤️| 71.6 %|
49+ | 0850| Rectangle Area II| [ Go] ({{< relref "/ChapterFour/0800~ 0899/0850.Rectangle-Area-II.md" >}})| Hard| O(n log n)| O(n)| ❤️| 53.7 %|
50+ | 1157| Online Majority Element In Subarray| [ Go] ({{< relref "/ChapterFour/1100~ 1199/1157.Online-Majority-Element-In-Subarray.md" >}})| Hard| O(log n)| O(n)| ❤️| 42.0 %|
5151| 1649| Create Sorted Array through Instructions| [ Go] ({{< relref "/ChapterFour/1600~ 1699/1649.Create-Sorted-Array-through-Instructions.md" >}})| Hard|||| 37.2%|
5252| ------------| -------------------------------------------------------| -------| ----------------| ---------------| -------------| -------------| -------------|
5353
0 commit comments