@monocircuit/utils

A repository that contains data structures, algorithms and more.


Keywords
Utils, Data Structures, Algorithms, Node, Comparator, LinkedList, Stack, Queue, data-structures
License
MIT
Install
npm install @monocircuit/utils@1.3.1

Documentation

Utils

What is this package?

This package is supposed to grow over time as more and more projects are going to be developed at MonoCircuit. Everything that is common among these and other projects (since this project is open source) will be put in here.

It is important to note that this is not a full time project. It just serves as a common codebase for lines that have the high potential to be rewritten very often.

What does it contain?

Data Structures

  • πŸ”˜ Node
  • πŸ”— LinkedList
  • πŸ“š Stack
  • 🐍 Queue

Others

  • βš–οΈ Comparator

Further Information

Some of the code might be spliced from other repositories like trekhleb/javascript-algorithms, which is a great source for all kinds of data structures and algorithms.

That is why here is a hopefully full list of sources that were used to create this repository:

Sources