https://github.com/burz/fingerfood
Data structures derived from Finger Trees
https://github.com/burz/fingerfood
Last synced: about 2 months ago
JSON representation
Data structures derived from Finger Trees
- Host: GitHub
- URL: https://github.com/burz/fingerfood
- Owner: burz
- License: mit
- Created: 2013-08-01T16:55:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-13T00:05:44.000Z (over 11 years ago)
- Last Synced: 2025-01-14T12:52:36.777Z (4 months ago)
- Language: Haskell
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fingerfood - A library of data structures derived from Finger Trees
===================================================================Author: Anthony Burzillo
******
This library is based heavily on [Ralf Hinze](http://www.cs.ox.ac.uk/ralf.hinze/)
and [Ross Patterson's](http://www.soi.city.ac.uk/~ross/)
2006 paper [Finger trees: a simple general−purpose data structure](
http://www.soi.city.ac.uk/~ross/papers/FingerTree.pdf).