algolibrary
Version:
A collection of efficient algorithms
21 lines (20 loc) • 384 B
JSON
{
"name": "@algoLib/sortlib",
"version": "1.0.8",
"description": "A library containing sorting algorithms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sort",
"algo",
"sorting",
"quick",
"bubble",
"merge",
"insertion"
],
"author": "Gowru Sree Vathsa",
"license": "MIT"
}