Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebi2020/data_structs
A nodejs general purpose module for standard data structs like fifo, queues, linked-lists
https://github.com/sebi2020/data_structs
data-structures fifo heap lifo nodejs priority-queues stack
Last synced: 2 days ago
JSON representation
A nodejs general purpose module for standard data structs like fifo, queues, linked-lists
- Host: GitHub
- URL: https://github.com/sebi2020/data_structs
- Owner: Sebi2020
- License: gpl-3.0
- Created: 2018-10-10T14:00:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T14:38:18.000Z (over 1 year ago)
- Last Synced: 2024-08-10T10:26:19.650Z (3 months ago)
- Topics: data-structures, fifo, heap, lifo, nodejs, priority-queues, stack
- Language: JavaScript
- Size: 5.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/Sebi2020/data_structs.svg?branch=master)](https://travis-ci.com/Sebi2020/data_structs)
# Data structs
Data structs is a small nodejs module providing general data structures for everyday use.## Included are (until now)
* Double linked lists
* FIFO Queue
* Async Fifo
* LIFO Queue
* Array-Stack
* Heaps## In work (planned)
* Binary-Trees
* Graphs (including DFS and BFS## Installation
```bash
npm i @sebi2020/data_structs
```
## Documentation
You can find the documentation here: [Documentation][1][1]: https://sebi2020.github.io/data_structs