Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/next-bubble-sort

React router route manager.
https://github.com/afeiship/next-bubble-sort

algorithm bubble next sort

Last synced: 22 days ago
JSON representation

React router route manager.

Awesome Lists containing this project

README

        

# next-bubble-sort
> Bubble sort for next.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-bubble-sort
```

## usage
```js
import '@jswork/next-bubble-sort';

nx.bubbleSort([3, 44, 38, 5, 47, 15, 36, 26, 27, 2, 46, 4, 19, 50, 48]);

// [ 2, 3, 4, 5, 15, 19, 26, 27, 36, 38, 44, 46, 47, 48, 50 ]
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-bubble-sort/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-bubble-sort
[version-url]: https://npmjs.org/package/@jswork/next-bubble-sort

[license-image]: https://img.shields.io/npm/l/@jswork/next-bubble-sort
[license-url]: https://github.com/afeiship/next-bubble-sort/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-bubble-sort
[size-url]: https://github.com/afeiship/next-bubble-sort/blob/master/dist/next-bubble-sort.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-bubble-sort
[download-url]: https://www.npmjs.com/package/@jswork/next-bubble-sort