Added TODO to include more optimal solutions to maximizing xor challenge.

This commit is contained in:
Donne Martin
2015-08-09 07:38:58 -04:00
parent c1e759f3da
commit 1959772237

View File

@@ -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)."
]
},
{