Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/next-bubble-sort
- Owner: afeiship
- License: mit
- Created: 2020-01-14T05:37:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T12:09:33.000Z (over 3 years ago)
- Last Synced: 2024-10-25T11:44:44.452Z (24 days ago)
- Topics: algorithm, bubble, next, sort
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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