https://github.com/pot-pourri/sll
:izakaya_lantern: Singly linked list data structures for JavaScript
https://github.com/pot-pourri/sll
agpl computer-science data-structures javascript linked-list ordered-collections
Last synced: about 2 months ago
JSON representation
:izakaya_lantern: Singly linked list data structures for JavaScript
- Host: GitHub
- URL: https://github.com/pot-pourri/sll
- Owner: pot-pourri
- License: agpl-3.0
- Created: 2015-07-16T09:50:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T14:09:27.000Z (over 4 years ago)
- Last Synced: 2025-08-09T01:49:45.797Z (2 months ago)
- Topics: agpl, computer-science, data-structures, javascript, linked-list, ordered-collections
- Language: JavaScript
- Homepage: https://aureooms.github.io/js-sll
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[@aureooms/js-sll](http://make-github-pseudonymous-again.github.io/js-sll)
==Singly linked list code bricks for JavaScript.
See [docs](http://make-github-pseudonymous-again.github.io/js-sll/index.html).
Parent is [@aureooms/js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).```js
let head = sll.list( [ 9 , 2 , 5 ] ) ; // { next : Node , value : 9 }
```[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-sll/master/LICENSE)
[](https://www.npmjs.org/package/@aureooms/js-sll)
[](https://travis-ci.org/make-github-pseudonymous-again/js-sll/branches)
[](https://david-dm.org/make-github-pseudonymous-again/js-sll)
[](https://david-dm.org/make-github-pseudonymous-again/js-sll?type=dev)
[](https://github.com/make-github-pseudonymous-again/js-sll/issues)
[](https://www.npmjs.org/package/@aureooms/js-sll)[](https://codeclimate.com/github/make-github-pseudonymous-again/js-sll/issues)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-sll/trends/churn)
[](https://codecov.io/gh/make-github-pseudonymous-again/js-sll)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-sll/trends/technical_debt)
[](http://make-github-pseudonymous-again.github.io/js-sll//source.html)
[](https://bundlephobia.com/result?p=@aureooms/js-sll)