@vihangshah/datastructures-js
v3.0.0
Published
This is data structures library that implements common data structures found in Java, in Javascript
Downloads
4
Maintainers
Readme
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.
- If you haven't , you should first install node.js
- 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
- In your JS file, paste the following code.
const ds = require('@vihangshah/datastructures-js');
- 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:- * * *