wenima / data-structures

used for all data structure assignments
1 stars 0 forks source link

in branch bst-traversal - change functions to return the value of the nodes, not the node object itself #92

Open wenima opened 7 years ago

wenima commented 7 years ago

David Smith commented:

These probably work, but they need to return the actual values, not the instances of the nodes. Please correct this so that I can grade this assignment appropriately.