1.2.32 • Published 5 years ago

@clarketm/superselectionsort v1.2.32

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

SelectionSort

NPM release

SelectionSort with superpowers! 💪

Individual Module Installation

Yarn

$ yarn add @clarketm/superselectionsort

Npm

$ npm install @clarketm/superselectionsort --save

API

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

NameTypeAttributeDescription
arrArrayarray to sort
comparator*nullable: undefined, optional: true, default: _defaultComparator
1.2.32

5 years ago

1.2.31

6 years ago

1.2.25

6 years ago

1.2.20

6 years ago

1.2.18

6 years ago

1.2.17

6 years ago

1.2.16

6 years ago