Skip to content

ArjunAtlast/js-datastructure

Repository files navigation

NodeJS Data Structure

NodeJS library with lot of Data Structures to help Back-End Developors.

Build Status License: MIT npm version Coverage Status

Installation

To install latest version run:

  npm install @arjunatlast/jsds

To install the latest development version locally

npm install git+https://github.com/ArjunAtlast/js-datastructure.git

Usage

In Typescript

  import {ArrayList} from "@arjunatlast/jsds";

  ...

  var al = new ArrayList<number>();

CommonJS

  var ArrayList = require("@arjunatlast/jsds").ArrayList;

  ...

  var al = new ArrayList();

Documentation

Read complete documentation at jsds.netlify.com

About

NodeJS library with lot of Data Structures to help Back-End Developors

Resources

License

Stars

Watchers

Forks

Packages

No packages published