UNPKG

sorted-object-array

Version:

An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search of JavaScript objects for fast insertion and deletion.

20 lines (19 loc) 857 B
{ "name": "sorted-object-array", "description": "An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search of JavaScript objects for fast insertion and deletion.", "version": "1.0.0", "keywords": ["sorted", "array", "Neumann", "insertion", "sort", "insert", "binary", "search", "deletion", "delete", "object"], "author": "Matous Michalik", "main": "lib/sorted-object-array.js", "bugs": "https://github.com/encero/sorted-object-array/issues", "licenses": [{ "type": "MIT", "url": "http://opensource.org/licenses/MIT" }], "repositories": [{ "type": "git", "url": "https://github.com/encero/sorted-object-array.git" }], "dependencies": {}, "homepage": "https://github.com/encero/sorted-object-array" }