diff options
author | pants <jaron@kent-dobias.com> | 2016-09-08 12:56:57 -0400 |
---|---|---|
committer | pants <jaron@kent-dobias.com> | 2016-09-08 12:56:57 -0400 |
commit | 827598ee6f1bc1fd5eb8e7251e5bf24a02cc8a7e (patch) | |
tree | aab7a060b645372c91907448951d52f575d906a1 | |
parent | d202a73804095c05ec5f00df9267a173ae8162ea (diff) | |
download | fuse_networks-827598ee6f1bc1fd5eb8e7251e5bf24a02cc8a7e.tar.gz fuse_networks-827598ee6f1bc1fd5eb8e7251e5bf24a02cc8a7e.tar.bz2 fuse_networks-827598ee6f1bc1fd5eb8e7251e5bf24a02cc8a7e.zip |
added snarky comment
-rw-r--r-- | src/correlations.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/correlations.c b/src/correlations.c index e80c792..98106dd 100644 --- a/src/correlations.c +++ b/src/correlations.c @@ -1,6 +1,8 @@ #include "fracture.h" +// I implemented a fibonacci heap because wikipedia said it would be fast + struct fibn { uint_t value; uint_t priority; |