Sha256: ab49df9c29b5ea05c824244b4de492732d9e0f4a44a06b15bad99e5088c17ac7
Contents?: true
Size: 333 Bytes
Versions: 14
Compression:
Stored size: 333 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 the type signatures already in place, but it is up to you to define the functions.
Version data entries
14 entries across 14 versions & 1 rubygems