1.0.0 • Published 9 months ago

srirag-sort v1.0.0

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

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:

0: Sort in ascending order.

1: Sort in descending order.

1.0.0

9 months ago