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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ LeetCode Problems' Solutions
54
54
55
55
| # | Title | Solution | Difficulty |
56
56
| :-: | - | - | :-: |
57
+
| <spanid="1131">1131</span> |[Maximum of Absolute Value Expression](https://leetcode.com/problems/maximum-of-absolute-value-expression"绝对值表达式的最大值")|[Go](https://github.com/openset/leetcode/tree/master/problems/maximum-of-absolute-value-expression)| Medium |
58
+
| <spanid="1130">1130</span> |[Minimum Cost Tree From Leaf Values](https://leetcode.com/problems/minimum-cost-tree-from-leaf-values"叶值的最小代价生成树")|[Go](https://github.com/openset/leetcode/tree/master/problems/minimum-cost-tree-from-leaf-values)| Medium |
59
+
| <spanid="1129">1129</span> |[Shortest Path with Alternating Colors](https://leetcode.com/problems/shortest-path-with-alternating-colors"颜色交替的最短路径")|[Go](https://github.com/openset/leetcode/tree/master/problems/shortest-path-with-alternating-colors)| Medium |
60
+
| <spanid="1128">1128</span> |[Number of Equivalent Domino Pairs](https://leetcode.com/problems/number-of-equivalent-domino-pairs"等价多米诺骨牌对的数量")|[Go](https://github.com/openset/leetcode/tree/master/problems/number-of-equivalent-domino-pairs)| Easy |
57
61
| <spanid="1127">1127</span> |[User Purchase Platform](https://leetcode.com/problems/user-purchase-platform) 🔒 |[MySQL](https://github.com/openset/leetcode/tree/master/problems/user-purchase-platform)| Hard |
58
62
| <spanid="1126">1126</span> |[Active Businesses](https://leetcode.com/problems/active-businesses) 🔒 |[MySQL](https://github.com/openset/leetcode/tree/master/problems/active-businesses)| Medium |
59
63
| <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 |
0 commit comments