mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-08 10:28:03 +00:00
Changed discussions of NULL to None to be more Pythonic.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
"\n",
|
||||
"* Get hash index for lookup\n",
|
||||
"* If key exists, return value\n",
|
||||
"* Else, return NULL\n",
|
||||
"* Else, return None\n",
|
||||
"\n",
|
||||
"Complexity:\n",
|
||||
"* Time: O(1) average and best, O(n) worst\n",
|
||||
|
||||
Reference in New Issue
Block a user