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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T15:03:57.000Z (over 7 years ago)
- Last Synced: 2025-02-10T03:26:53.272Z (5 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
[](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)