John Napier

Results 28 issues of John Napier

Currently both `StrictStack` and `StrictQueue` use an amortized `O(1)` time cost and `O(1)` space cost for their sizes. If `StrictStack` could gain an `O(1)` time/space complexity, and if `StrictQueue` delegated...

enhancement

Dependent on `Diet` (#9)

enhancement

enhancement

`LazyList`s, lists with lazy, memoized tail's, are generally useful and specifically useful as the backbone for RTDs.

help wanted
testing

min/max heaps seem like a reasonable next addition. Okasaki's binomial heap should translate nicely.

enhancement