Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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