srirag-sort
v1.0.0
Published
A simple npm package to sort the arrays into ascending or descending order
Downloads
78
Maintainers
Readme
srirag-sort
A simple sorting package that provides a bubble sort implementation in JavaScript. You can sort arrays in both ascending and descending order.
Installation
You can install the package using npm:
npm install srirag-sort
Function signature
sort(arr, key);
Keys: