@clarketm/superbubblesort

1.2.32 • Public • Published

BubbleSort

NPM release

BubbleSort with superpowers! 💪

Individual Module Installation

Yarn

$ yarn add @clarketm/superbubblesort

Npm

$ npm install @clarketm/superbubblesort --save

API

bubbleSort(arr: Array<Item>, comparator: Comparator): Array<Item>

Name Type Attribute Description
arr Array array to sort
comparator * nullable: undefined, optional: true, default: _defaultComparator

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i @clarketm/superbubblesort

    Weekly Downloads

    1

    Version

    1.2.32

    License

    MIT

    Unpacked Size

    6.76 kB

    Total Files

    6

    Last publish

    Collaborators

    • clarketm