Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scriptnull/linkedlist.cr
Linked List Implementation for Crystal Programming Language
https://github.com/scriptnull/linkedlist.cr
data-structures linked-list
Last synced: 28 days ago
JSON representation
Linked List Implementation for Crystal Programming Language
- Host: GitHub
- URL: https://github.com/scriptnull/linkedlist.cr
- Owner: scriptnull
- License: mit
- Created: 2017-10-07T16:54:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T15:03:57.000Z (about 7 years ago)
- Last Synced: 2024-10-18T14:51:18.556Z (3 months ago)
- Topics: data-structures, linked-list
- Language: Crystal
- Homepage: https://scriptnull.github.io/linkedlist.cr/
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# linkedlist.cr
[![Build Status](https://semaphoreci.com/api/v1/scriptnull/linkedlist-cr/branches/master/badge.svg)](https://semaphoreci.com/scriptnull/linkedlist-cr)
Linked List Implementation for Crystal Programming Language
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
linkedlist:
github: scriptnull/linkedlist.cr
```## Usage
```crystal
require "linkedlist"
```## Contributing
Please read [CONTRIBUTING.md](https://github.com/scriptnull/linkedlist.cr/blob/master/CONTRIBUTING.md) if you are interested in contributing to the project.## Security
Please report any security vulnerabilities of this project to [keybase.io/scriptnull](https://keybase.io/scriptnull)```bash
curl https://keybase.io/scriptnull/pgp_keys.asc | gpg --import
```## License
Any code inside this repository is Licensed under [MIT License](https://github.com/scriptnull/linkedlist.cr/blob/master/LICENSE)