problem-specifications icon indicating copy to clipboard operation
problem-specifications copied to clipboard

Update binary search tree documentation

Open ccapndave opened this issue 3 years ago • 5 comments

In the tests for the binary-search-tree exercise, I think this assertion may be wrong as inserting a duplicate value into a BST has no effect (as checked by bstValue t shouldBe Just 4) and therefore I believe that bstLeft should be Nothing.

https://github.com/exercism/haskell/blob/23a8841dc163c0f82b9b999a16d5cf41e77c0fe3/exercises/practice/binary-search-tree/test/Tests.hs#L35

ccapndave avatar Jun 02 '21 10:06 ccapndave