Update bst challenge (#114)

Update constraints and assumptions.
This commit is contained in:
Donne Martin 2016-11-07 05:05:26 -05:00 committed by GitHub
parent c6677586d3
commit 0098574a47
2 changed files with 0 additions and 4 deletions

View File

@ -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",

View File

@ -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",