3.0.0 • Published 2 years ago

@vihangshah/datastructures-js v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Data Structures Library - Javascript

Table of contents

Project Overview

This is a data structure library that you can use to implement common data structures you will find in programming languages such as Java, and C++ to Javascript. This project was built by with the intent of allowing new Javascript developers to use data structures as they would in Java or C++, along with a few more neat methods!

Technologies

Project is created with:

  • Node.js
  • Javascript
  • Jest (Used for testing)

Setup

This project is a npm, so you can set it up like you would use any other npm. 1. If you haven't , you should first install node.js 2. Make a new directory, or set your path to the directory in which you wish to use ...

npm init -y
npm install @vihangshah/datastructures-js
  1. In your JS file, paste the following code.
const ds = require('@vihangshah/datastructures-js');
  1. Call all valid data structures and methods as follows:-
let mydatastruct = new ds.DATA_STRUCTURE()
.... mydatastruct.METHOD(PARAM, ...,) ...

Functionalities

DS

Initialize:-

Available Methods:- * * *

DS

Initialize:-

Available Methods:- * * *

DS

Initialize:-

Available Methods:- * * *

DS

Initialize:-

Available Methods:- * * *

DS

Initialize:-

Available Methods:- * * *

DS

Initialize:-

Available Methods:- * * *