1.2.32 • Published 7 years ago

@clarketm/superselectionsort v1.2.32

Weekly downloads
2
License
MIT
Repository
-
Last release
7 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

7 years ago

1.2.31

7 years ago

1.2.25

7 years ago

1.2.20

7 years ago

1.2.18

7 years ago

1.2.17

7 years ago

1.2.16

7 years ago