Skip to content

Commit

Permalink
explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
aureooms committed Jun 8, 2014
1 parent 109386e commit 7e8f48e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions js/src/001 undirected/online/data/fuse.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

/**
* Fuse multiple graph data structure allowing to
* repeat the same write operations on all of them.
* Adds a pt member to all edges and vertices of each
* graph allowing direct reference of twin edges and
* vertices in other fused graphs.
*/

var fuse_t = function(){

Expand Down Expand Up @@ -55,4 +61,4 @@ var fuse_t = function(){

};

exports.fuse_t = fuse_t;
exports.fuse_t = fuse_t;

0 comments on commit 7e8f48e

Please sign in to comment.