码迷,mamicode.com
首页 > 其他好文 > 详细

[LeetCode] Maximum XOR of Two Numbers in an Array

时间:2016-10-24 02:00:19      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:this   put   exp   res   tput   could   empty   leetcode   ber   

 

Given a non-empty array of numbers, a0, a1, a2, … , an-1, where 0 ≤ ai < 231.

Find the maximum result of ai XOR aj, where 0 ≤ ij < n.

Could you do this in O(n) runtime?

Example:

Input: [3, 10, 5, 25, 2, 8]

Output: 28

Explanation: The maximum result is 5 ^ 25 = 28.

 

s

 

[LeetCode] Maximum XOR of Two Numbers in an Array

标签:this   put   exp   res   tput   could   empty   leetcode   ber   

原文地址:http://www.cnblogs.com/grandyang/p/5991530.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!