Common Data Structure Operations

Know Thy Complexities! https://www.bigocheatsheet.com/

Getting Started

git clone git@github.com:ecaminero/js-algorithms.git

Prerequisites

  • node 10+

Installing

$ npm install 

Running the tests

# unit tests
$ npm run test

Motivation

Research and understanding of data structures and common algorithms. However, you should definitely avoid reinventing the wheel and use well-established and peer-reviewed libraries. Just read a little more

Algorithms