Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd36fe68

Browse files
refactor 421
1 parentfa98316 commitd36fe68

File tree

1 file changed

+5
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+5
-1
lines changed

‎src/main/java/com/fishercoder/solutions/_421.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
publicclass_421 {
77

88
publicstaticclassSolution1 {
9-
//credit: https://discuss.leetcode.com/topic/63213/java-o-n-solution-using-bit-manipulation-and-hashmap/7
9+
/**
10+
* credit: https://discuss.leetcode.com/topic/63213/java-o-n-solution-using-bit-manipulation-and-hashmap/7
11+
* <p>
12+
* Note: comment out those system.out.println statements before submitting on LeetCode, otherwise TLE.
13+
*/
1014
publicintfindMaximumXOR(int[]nums) {
1115
intmax =0;
1216
intmask =0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp