mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
parent
c6677586d3
commit
0098574a47
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user