Sha256: 12cdb6f73c5d249ff18a6af60e49ccfc9eefd34a9f12be1fa671358fb6d9b312
Contents?: true
Size: 267 Bytes
Versions: 61
Compression:
Stored size: 267 Bytes
Contents
## Hints To complete this exercise, you need to create the data type `Deque` and implement the following functions: - `mkDeque` - `pop` - `push` - `unshift` - `shift` You will find the type signatures already in place, but it is up to you to define the functions.
Version data entries
61 entries across 61 versions & 1 rubygems