mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 07:58:02 +00:00
@@ -39,8 +39,6 @@
|
||||
" * Yes\n",
|
||||
"* Can we assume all left descendents <= n < all right descendents?\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",
|
||||
" * This is optional\n",
|
||||
"* Can we assume this fits in memory?\n",
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
" * Yes\n",
|
||||
"* Can we assume all left descendents <= n < all right descendents?\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",
|
||||
" * This is optional\n",
|
||||
"* Can we assume this fits in memory?\n",
|
||||
|
||||
Reference in New Issue
Block a user