Comparing version 0.2.3 to 0.2.4
{ | ||
"name" : "heap" | ||
, "version" : "0.2.3" | ||
, "version" : "0.2.4" | ||
, "description" : "binary heap (priority queue) algorithms (ported from Python's heapq module)" | ||
@@ -15,2 +15,5 @@ , "homepage" : "https://github.com/qiao/heap.js" | ||
} | ||
, "scripts" : { | ||
"test" : "make test" | ||
} | ||
, "repository" : { | ||
@@ -17,0 +20,0 @@ "type" : "git" |
Heap.js | ||
======= | ||
[![Build Status](https://travis-ci.org/qiao/heap.js.svg?branch=master)](https://travis-ci.org/qiao/heap.js) | ||
A binary heap implementation in CoffeeScript/JavaScript. Ported from Python's [heapq](http://docs.python.org/library/heapq.html) module. | ||
@@ -111,3 +113,3 @@ | ||
**peep()** (alias: **top** / **front**) | ||
**peek()** (alias: **top** / **front**) | ||
@@ -114,0 +116,0 @@ Return the smallest item of the heap. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24143
10
321
212