You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,19 @@ LeetCode Problems' Solutions
54
54
55
55
| # | Title | Solution | Difficulty |
56
56
| :-: | - | - | :-: |
57
-
| <spanid="1117">1117</span> |[Building H2O](https://leetcode.com/problems/building-h2o)|[Go](https://github.com/openset/leetcode/tree/master/problems/building-h2o)| Hard |
57
+
| <spanid="1126">1126</span> |[Active Businesses](https://leetcode.com/problems/active-businesses) 🔒 |[MySQL](https://github.com/openset/leetcode/tree/master/problems/active-businesses)| Medium |
58
+
| <spanid="1125">1125</span> |[Smallest Sufficient Team](https://leetcode.com/problems/smallest-sufficient-team"最小的必要团队")|[Go](https://github.com/openset/leetcode/tree/master/problems/smallest-sufficient-team)| Hard |
59
+
| <spanid="1124">1124</span> |[Longest Well-Performing Interval](https://leetcode.com/problems/longest-well-performing-interval"表现良好的最长时间段")|[Go](https://github.com/openset/leetcode/tree/master/problems/longest-well-performing-interval)| Medium |
60
+
| <spanid="1123">1123</span> |[Lowest Common Ancestor of Deepest Leaves](https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves"最深叶节点的最近公共祖先")|[Go](https://github.com/openset/leetcode/tree/master/problems/lowest-common-ancestor-of-deepest-leaves)| Medium |
| <spanid="1121">1121</span> |[Divide Array Into Increasing Sequences](https://leetcode.com/problems/divide-array-into-increasing-sequences"将数组分成几个递增序列") 🔒 |[Go](https://github.com/openset/leetcode/tree/master/problems/divide-array-into-increasing-sequences)| Hard |
63
+
| <spanid="1120">1120</span> |[Maximum Average Subtree](https://leetcode.com/problems/maximum-average-subtree"子树的最大平均值") 🔒 |[Go](https://github.com/openset/leetcode/tree/master/problems/maximum-average-subtree)| Medium |
64
+
| <spanid="1119">1119</span> |[Remove Vowels from a String](https://leetcode.com/problems/remove-vowels-from-a-string"删去字符串中的元音") 🔒 |[Go](https://github.com/openset/leetcode/tree/master/problems/remove-vowels-from-a-string)| Easy |
65
+
| <spanid="1118">1118</span> |[Number of Days in a Month](https://leetcode.com/problems/number-of-days-in-a-month"一月有多少天") 🔒 |[Go](https://github.com/openset/leetcode/tree/master/problems/number-of-days-in-a-month)| Easy |
66
+
| <spanid="1117">1117</span> |[Building H2O](https://leetcode.com/problems/building-h2o"H2O 生成")|[Go](https://github.com/openset/leetcode/tree/master/problems/building-h2o)| Hard |
58
67
| <spanid="1116">1116</span> |[Print Zero Even Odd](https://leetcode.com/problems/print-zero-even-odd)|[Go](https://github.com/openset/leetcode/tree/master/problems/print-zero-even-odd)| Medium |
59
68
| <spanid="1115">1115</span> |[Print FooBar Alternately](https://leetcode.com/problems/print-foobar-alternately)|[Go](https://github.com/openset/leetcode/tree/master/problems/print-foobar-alternately)| Medium |
60
-
| <spanid="1114">1114</span> |[Print in Order](https://leetcode.com/problems/print-in-order)|[Go](https://github.com/openset/leetcode/tree/master/problems/print-in-order)| Easy |
69
+
| <spanid="1114">1114</span> |[Print in Order](https://leetcode.com/problems/print-in-order"按序打印")|[Go](https://github.com/openset/leetcode/tree/master/problems/print-in-order)| Easy |
| <spanid="1112">1112</span> |[Highest Grade For Each Student](https://leetcode.com/problems/highest-grade-for-each-student) 🔒 |[MySQL](https://github.com/openset/leetcode/tree/master/problems/highest-grade-for-each-student)| Medium |
63
72
| <spanid="1111">1111</span> |[Maximum Nesting Depth of Two Valid Parentheses Strings](https://leetcode.com/problems/maximum-nesting-depth-of-two-valid-parentheses-strings"有效括号的嵌套深度")|[Go](https://github.com/openset/leetcode/tree/master/problems/maximum-nesting-depth-of-two-valid-parentheses-strings)| Medium |
1.[Construct Binary Tree from Preorder and Inorder Traversal](https://github.com/openset/leetcode/tree/master/problems/construct-binary-tree-from-preorder-and-inorder-traversal) (Medium)
1.[Construct Binary Tree from Inorder and Postorder Traversal](https://github.com/openset/leetcode/tree/master/problems/construct-binary-tree-from-inorder-and-postorder-traversal) (Medium)
0 commit comments