mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08: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",
|
||||
"\n",
|
||||
"Complexity:\n",
|
||||
"* Time: O(n^2)\n",
|
||||
"* Space: O(1)"
|
||||
"* Time: O(n^2) - See note below\n",
|
||||
"* 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