https://github.com/luispedro/alist
Append List in Haskell
https://github.com/luispedro/alist
Last synced: 9 months ago
JSON representation
Append List in Haskell
- Host: GitHub
- URL: https://github.com/luispedro/alist
- Owner: luispedro
- License: mit
- Created: 2012-07-22T15:32:40.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-24T00:09:41.000Z (almost 14 years ago)
- Last Synced: 2025-10-09T04:45:55.166Z (9 months ago)
- Language: Haskell
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING.MIT
Awesome Lists containing this project
README
===========
Append List
===========
Append lists have O(1) append and O(n) ``toList``.