0.2.0 • Published 6 years ago

@sebi2020/data_structs v0.2.0

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
6 years ago

Build Status

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

npm i @sebi2020/data_structs

Documentation

You can find the documentation here: Documentation