https://github.com/nuintun/linkedlist
A typescript array-like doubly linked list.
https://github.com/nuintun/linkedlist
linked-list
Last synced: 5 months ago
JSON representation
A typescript array-like doubly linked list.
- Host: GitHub
- URL: https://github.com/nuintun/linkedlist
- Owner: nuintun
- License: mit
- Created: 2022-02-22T06:43:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T02:41:11.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T13:50:39.072Z (over 1 year ago)
- Topics: linked-list
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinkedList
> A typescript array-like doubly linked list.
>
> [![NPM Version][npm-image]][npm-url]
> [![Download Status][download-image]][npm-url]
> [![License][license-image]][license-url]
### API
[See MDN Array API](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array)
[npm-image]: https://img.shields.io/npm/v/@nuintun/linked-list?style=flat-square
[npm-url]: https://www.npmjs.org/package/@nuintun/linked-list
[download-image]: https://img.shields.io/npm/dm/@nuintun/linked-list?style=flat-square
[license-image]: https://img.shields.io/github/license/nuintun/LinkedList?style=flat-square
[license-url]: https://github.com/nuintun/LinkedList/blob/main/LICENSE