Skip to content

Commit b333b87

Browse files
authored
Update 1899.merge-triplets-to-form-target-triplet.md
1 parent 88bbb30 commit b333b87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

problems/1899.merge-triplets-to-form-target-triplet.md

+6
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ public:
161161
- 时间复杂度:$O(n)$
162162
- 空间复杂度:$O(1)$
163163
164+
## 扩展
165+
166+
如果题目的 max 操作改成二进制位的或操作,那么会有什么不一样呢?
167+
168+
> 提示:或也具体单调递增性,本质和 max 操作差不多。
169+
164170
> 此题解由 [力扣刷题插件](https://leetcode-pp.github.io/leetcode-cheat/?tab=solution-template) 自动生成。
165171
166172
力扣的小伙伴可以[关注我](https://leetcode-cn.com/u/fe-lucifer/),这样就会第一时间收到我的动态啦~

0 commit comments

Comments
 (0)