aureooms-js-adjacency-list
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"main": "js/dist/adjacency-list.js", | ||
@@ -18,0 +18,0 @@ "homepage": "http://aureooms.github.io/js-adjacency-list/", |
@@ -7,3 +7,3 @@ { | ||
"description": "adjacency list code bricks for JavaScript", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"main": "js/dist/adjacency-list.js", | ||
@@ -10,0 +10,0 @@ "name": "aureooms-js-adjacency-list", |
{ | ||
"main": "js/dist/adjacency-list.js", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"bugs": { | ||
@@ -26,3 +26,3 @@ "url": "https://github.com/aureooms/js-adjacency-list/issues" | ||
"aureooms-js-dll": "^6.0.9", | ||
"aureooms-js-graph-spec": "^4.0.0", | ||
"aureooms-js-graph-spec": "^5.0.0", | ||
"aureooms-node-package": "^5.0.2" | ||
@@ -29,0 +29,0 @@ }, |
[js-adjacency-list](http://aureooms.github.io/js-adjacency-list) | ||
== | ||
Adjacency list code bricks for JavaScript. Parent is | ||
[js-gn](http://github.com/aureooms/js-gn). | ||
Adjacency list code bricks for JavaScript. | ||
Follows the specification in | ||
[js-graph-spec](https://github.com/aureooms/js-graph-spec). | ||
Parent is [js-gn](https://github.com/aureooms/js-gn). | ||
```js | ||
for ( let e of E( G ) ) ... ; | ||
for ( let v of V( G ) ) ... ; | ||
``` | ||
@@ -108,3 +110,4 @@ | ||
let Graph = adjacencylist.List( dll.DoublyLinkedList ) ; | ||
let MultiGraph = adjacencylist.MultiGraph( dll.DoublyLinkedList ) ; | ||
// use `adjacencylist.MultiDiGraph` for directed multigraphs ; | ||
@@ -111,0 +114,0 @@ let { V , E , N } = require( "aureooms-js-graph-theory-notation" ) ; |
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
120884
135