Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 617d0f0

Browse files
author
lucifer
committed
2 parents d13684d + d89aef6 commit 617d0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

problems/5640.maximum-xor-with-an-element-from-array.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ PS:使用 JS 可以平方复杂度直接莽过。不过这个数据范围平
6060

6161
以 nums[0,1,2,3,4], x 为 9 为例,给大家讲解一下核心原理。
6262

63-
![](https://tva1.sinaimg.cn/large/0081Kckwly1gm2t12z00pj30zy0fcwf7.jpg)
63+
![](https://tva1.sinaimg.cn/large/0081Kckwly1gm2t6qgo9lj30zy0fcwf7.jpg)
6464

65-
![](https://tva1.sinaimg.cn/large/0081Kckwly1gm2t0ozqmmj30yw0u0jzt.jpg)
65+
![](https://tva1.sinaimg.cn/large/0081Kckwly1gm2t6yvkuyj31ye0q8adv.jpg)
6666

6767
具体算法:
6868

0 commit comments

Comments
 (0)