mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-06 17:38:02 +00:00
Update linked list constraints
Specify singly linked list, non circular. Also specify the solution fits in memory.
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
"source": [
|
||||
"## Constraints\n",
|
||||
"\n",
|
||||
"* Can we assume this is a non-circular, singly linked list?\n",
|
||||
" * Yes\n",
|
||||
"* Do we expect the function to return a new list?\n",
|
||||
" * Yes\n",
|
||||
"* Can we assume the input x is valid?\n",
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
"source": [
|
||||
"## Constraints\n",
|
||||
"\n",
|
||||
"* Can we assume this is a non-circular, singly linked list?\n",
|
||||
" * Yes\n",
|
||||
"* Do we expect the function to return a new list?\n",
|
||||
" * Yes\n",
|
||||
"* Can we assume the input x is valid?\n",
|
||||
|
||||
Reference in New Issue
Block a user