1.0.3 • Published 6 years ago

algorz v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Algorz

Data Structures & Algorithms for Javascript

Getting started

Yarn (or NPM)

Install with npm :

npm install algorz --save

Install with yarn:

yarn add algorz

Basic usage example below. Note: it does not cover all the available methods, rather just highlights the main functionality to get up and running with this data structure. For a description of all the methods, see the API section.

import dictionry from algorz;
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago