【题解】HackerRank - Yet Another Minimax Problem
题目
https://www.hackerrank.com/challenges/yet-another-minimax-problem
题意
给出 n 个整数,求一个排列使得相邻两数的异或值的最大值最小,输出该值。
https://www.hackerrank.com/challenges/yet-another-minimax-problem
给出 n 个整数,求一个排列使得相邻两数的异或值的最大值最小,输出该值。
你好,世界!