https://github.com/thomd/io-linked-list
An implementation of a linked list in Io language
https://github.com/thomd/io-linked-list
Last synced: 5 months ago
JSON representation
An implementation of a linked list in Io language
- Host: GitHub
- URL: https://github.com/thomd/io-linked-list
- Owner: thomd
- Created: 2015-08-25T21:35:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T22:08:38.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T21:42:51.847Z (over 1 year ago)
- Language: Io
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked List in Io
An implementation of a linked list in [Io language][1].
## What is a Linked List ?
TODO
## Tests
Run tests with
make test
[1]: http://iolanguage.org