name_and_count_sort

1.0.1 • Public • Published

A tiny algorithm for sorting numerical data that has labels greatest to least, as well as alphabetically by label if the numerical values are the same. I find this useful when I'm dealing with data I'm going to graph and I want to sort by count and then have the data sorted by name if the counts are the same.

Usage

import sortByNameAndCount from 'sortByNameAndCount'

const sortedData = sortByNameAndCount(inputData)

Input data

  • Must be an array
  • Must be an array of objects with keys of "name": string, and "count": number

Contributions

All contributions welcome! If there's an issue, submit an issue and then file a PR tagged to the issue #

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i name_and_count_sort

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.36 kB

Total Files

4

Last publish

Collaborators

  • joelwass