1.0.1 • Published 2 years ago

sauravkumar v1.0.1

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

this package helps you providing built-in function for mergesort and quicksort. all you need to have just install the package in your node terminal and use it. let arr=4,7,2,8,4; // arr=dsa.quicksort(arr); dsa.mergesort(arr,0,4); console.log(arr);

1.0.1

2 years ago

1.0.0

2 years ago