Sha256: 0414c1d05c791ad473c91bc299870043b529320bd01835213cc2a436225f8885
Contents?: true
Size: 417 Bytes
Versions: 382
Compression:
Stored size: 417 Bytes
Contents
## Hints To complete this exercise you need to create the data type `BST`, with `Eq` and `Show` instances, and implement the functions: - `bstLeft` - `bstRight` - `bstValue` - `empty` - `fromList` - `insert` - `singleton` - `toList` You will find a dummy data declaration and type signatures already in place, but it is up to you to define the functions and create a meaningful data type, newtype or type synonym.
Version data entries
382 entries across 382 versions & 1 rubygems