UNPKG

ds.algo

Version:

Data Structures and Sorting Algorithms

38 lines (37 loc) 772 B
{ "name": "ds.algo", "version": "1.0.6", "description": "Data Structures and Sorting Algorithms", "main": "DS.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jatin-arora/npm.git" }, "keywords": [ "Stack", "Queue", "LinkedList", "Binary Search Tree", "Graph", "Trie", "Heap", "Data Structure", "Sorting", "Algorithms", "Bubble Sort", "Selection Sort", "Insertation Sort", "Quick Sort", "Merge Sort", "Heap Sort" ], "author": "jatin", "license": "ISC", "bugs": { "url": "https://github.com/jatin-arora/npm/issues" }, "homepage": "https://github.com/jatin-arora/npm#readme" }