mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-05 00:48:03 +00:00
@@ -39,8 +39,6 @@
|
|||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
"* Can we assume all left descendents <= n < all right descendents?\n",
|
"* Can we assume all left descendents <= n < all right descendents?\n",
|
||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
"* For simplicity, can we use just a Node class without a wrapper Tree class?\n",
|
|
||||||
" * Yes\n",
|
|
||||||
"* Do we have to keep track of the parent nodes?\n",
|
"* Do we have to keep track of the parent nodes?\n",
|
||||||
" * This is optional\n",
|
" * This is optional\n",
|
||||||
"* Can we assume this fits in memory?\n",
|
"* Can we assume this fits in memory?\n",
|
||||||
|
|||||||
@@ -39,8 +39,6 @@
|
|||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
"* Can we assume all left descendents <= n < all right descendents?\n",
|
"* Can we assume all left descendents <= n < all right descendents?\n",
|
||||||
" * Yes\n",
|
" * Yes\n",
|
||||||
"* For simplicity, can we use just a Node class without a wrapper Tree class?\n",
|
|
||||||
" * Yes\n",
|
|
||||||
"* Do we have to keep track of the parent nodes?\n",
|
"* Do we have to keep track of the parent nodes?\n",
|
||||||
" * This is optional\n",
|
" * This is optional\n",
|
||||||
"* Can we assume this fits in memory?\n",
|
"* Can we assume this fits in memory?\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user