1.0.3 • Published 10 months ago

prodsa.js v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

This is one stop package where you can find all the relevent Data structure like linkeid list,stacks ,queues, heaps etc along with a lot of algorithms like Binary search , searching , sorting etc.

` const DSA = require('prodsa.js'); const arr =2,4,6,33,44,23,1,75; DSA.Algorithms.QuickSort(arr); console.log(arr);

`

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago