mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-13 12:58:02 +00:00
Added TODO to include more optimal solutions to maximizing xor challenge.
This commit is contained in:
@@ -60,8 +60,11 @@
|
|||||||
"* return max\n",
|
"* return max\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Complexity:\n",
|
"Complexity:\n",
|
||||||
"* Time: O(n^2)\n",
|
"* Time: O(n^2) - See note below\n",
|
||||||
"* Space: O(1)"
|
"* Space: O(1)\n",
|
||||||
|
"\n",
|
||||||
|
"Note:\n",
|
||||||
|
"* TODO: Add more optimal solutions such as those discussed [here](https://www.hackerrank.com/challenges/maximizing-xor/editorial)."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user