sauravkumar
v1.0.1
Published
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);
Downloads
1
Readme
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);