jgamble/Algorithm-Networksort

Add Ian Parberry's Algorithm

jgamble opened this issue · 4 comments

Add Ian Parberry's Algorithm

@jgamble - Can we remove pairwise from the %algname hash until this is implemented?

It seems to have been added (by accident?) in 045317c

It is mysteriously gone (looks innocent) in #8's branch.

I'm seeing it in both master and the issue8 branch:

https://github.com/jgamble/Algorithm-Networksort/blob/issue8/lib/Algorithm/Networksort.pm#L46
https://github.com/jgamble/Algorithm-Networksort/blob/master/lib/Algorithm/Networksort.pm#L155

I just point it out because it causes it to be returned from nw_algorithms() which made my chooser script do weird things since it's not actually implemented yet.

I hadn't had a chance to push yet. Master is now updated.