exercism / coffeescript

Exercism exercises in CoffeeScript.
https://exercism.org/tracks/coffeescript
MIT License
19 stars 49 forks source link

Clarifications for binary-search-tree exercise #342

Closed glennj closed 2 weeks ago

glennj commented 3 weeks ago

Having just completed BST, some improvements.

Particularly, the existing stub shows data as a method when it must be a property.

And some additional instructions to make sure the student is aware of what must be implemented.