1.2.32 • Published 5 years ago

@clarketm/supermergesort v1.2.32

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

MergeSort

NPM release

MergeSort with superpowers! 💪

Individual Module Installation

Yarn

$ yarn add @clarketm/supermergesort

Npm

$ npm install @clarketm/supermergesort --save

API

mergeSort(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

1.2.15

6 years ago

1.2.14

6 years ago

1.2.13

6 years ago

1.2.12

6 years ago

1.2.11

6 years ago