2.1.0 • Published 3 years ago

string-dsa v2.1.0

Weekly downloads
23
License
ISC
Repository
github
Last release
3 years ago

string-dsa Build Status Coverage Status npm npm

String oriented Data Structures and Algorithms library for JavaScript

Installation

$ npm install string-dsa

DSA

List of supported Data Structures and Algorithms are :

Utilization

To utilize in Node.Js:

const stringDSA = require('string-dsa');

To utilize in Vanilla Js:

# follow cloning steps
$ npm run prod
$ cp ./dist/string-dsa.js /YOUR/DIRECTORY/FILENAME.js
<script src="/YOUR/DIRECTORY/FILENAME.js"></script>

Development Steps

Cloning:

$ git clone https://github.com/thsubaku9/string-dsa/
$ cd string-dsa
$ npm install

Testing:

$ npm test

Coverage:

$ npm run coverage

License

GNU General Public License v3.0

2.1.0

3 years ago

2.0.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago