learn-co-curriculum / binary-search-tree

Other
0 stars 28 forks source link

Relationship between BST and Nodes could be made clearer #2

Open snlamm opened 8 years ago

snlamm commented 8 years ago

This lab comes on the heals of the linked list lab where we create nodes and then use a linkedlist class to connect and manage them. Since this BST lab speaks about the search tree having nodes, it's easy to think that the BST, similar to the linkedlist, consists of a BST class and Node class. My understanding, however, and the expectations of the tests, are that the BST can be thought of as something akin to one giant entity that has BST instances inside of it. In other words, we only need a BST class but not a Node class. This is very confusing and it would be great if that confusion could be clarified in the README

pletcher commented 8 years ago

Thanks for opening this issue!

Keep in mind that this space is for specific issues related to the content of this lesson. If you'd like to report a bug about the Learn IDE, the Ask a Question form, opening a file, or the lights not working on Learn, please report a bug directly on https://learn.co. (You can find the bug report form by clicking on your avatar in the upper right, and then selecting "Report A Bug".) Please be sure to include steps to reproduce (be as detailed as possible) and any relevant information about your environment. (Are you using the Learn IDE? Coding on a refurbished toaster?) We'll be sure to figure out what's going on — and to jump in and help — just as soon as we can. Thanks!