1.0.0 • Published 1 year ago
srirag-sort v1.0.0
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-sortFunction signature
sort(arr, key);Keys:
0: Sort in ascending order.
1: Sort in descending order.
1.0.0
1 year ago