Skip to content

A nodejs general purpose module for standard data structs like fifo, queues, linked-lists

License

Notifications You must be signed in to change notification settings

Sebi2020/data_structs

Repository files navigation

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