Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Add Solution.java for 421.Maximum XOR of Two Numbers in an Array #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 20, 2019
Merged

Add Solution.java for 421.Maximum XOR of Two Numbers in an Array #174

merged 2 commits into from
Jun 20, 2019

Conversation

Hinsteny
Copy link
Member

No description provided.

Copy link
Member Author

@Hinsteny Hinsteny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, thanks

Copy link
Member

@yanglbme yanglbme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Hinsteny 谢谢提交,比上次的提交规范多了。有几点小地方需要注意,我已经做了修改,供你参考。

  1. 2 的 31 次方,在 markdown 中使用 2<sup>31</sup> 的书写方式;
  2. 解法中,注意空行,否则 markdown 渲染的时候自动合并成一行显示了;
  3. 英文与中文之间、中文与数字之间注意使用空格隔开,如:再使用一个 mask 与数组...;
  4. 一些关键值可以使用 `` 的方式包起来,如 pre-max

这个 PR 我先 merge,期待你的下次提交。之后如果可以保持提交的规范性的话,我会邀请你成为项目的维护者,我们共同维护好项目。

@yanglbme yanglbme merged commit 9f69c93 into doocs:master Jun 20, 2019
@yanglbme
Copy link
Member

yanglbme commented Jun 20, 2019

@Hinsteny README 中的解法描述为什么跟代码不一致,需要重新修改。代码中并不涉及 pre-max

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants