UNPKG

array-sorting-algorithms

Version:

A package which implements many different sorting algorithms for sorting arrays

54 lines 1.16 kB
{ "name": "array-sorting-algorithms", "version": "1.0.0", "description": "A package which implements many different sorting algorithms for sorting arrays", "main": "array-sorting-algorithms.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Andreas-Hum/array-sort-algorithms.git" }, "keywords": [ "sorting", "sorting-algorithms", "sorting algorithms", "array sorting", "array", "algorithm", "merge", "bubble", "insertion", "selection", "comb", "quick", "shell", "heap", "intro", "introspective", "counting", "bucket", "pigeonhole", "cycle", "cocktail", "gnome", "patience", "bogo", "radix", "odd-even", "bingo", "double-selection", "stooge", "binary-insertion", "gravity", "flash", "tim" ], "author": "Andreas Hummelmose", "license": "ISC", "bugs": { "url": "https://github.com/Andreas-Hum/array-sort-algorithms/issues" }, "homepage": "https://github.com/Andreas-Hum/array-sort-algorithms#readme" }