Algorithm-Bitonic-Sort
view release on metacpan or search on metacpan
lib/Algorithm/Bitonic/Sort.pm view on Meta::CPAN
}
}
push @num_new, $single_bit;
say "Return normal, ".Dumper(@num_new, @num) if DEBUG;
return @num_new;
}
=head1 AUTHOR
BlueT - Matthew Lien - ç·´åæ, C<< <BlueT at BlueT.org> >>
=head1 INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Or install with cpanm
cpanm Algorithm::Bitonic::Sort
=head1 BUGS
Please report any bugs or feature requests to CPAN ( C<bug-algorithm-bitonic-sort at rt.cpan.org>, L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Bitonic-Sort> ) or GitHub (L<https://github.com/BlueT/Algorithm-Bitonic-Sort/issues>).
I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Algorithm::Bitonic::Sort
You can also look for information at:
=over 4
=item * RT: CPAN's request tracker (report bugs here)
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Algorithm-Bitonic-Sort>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Algorithm-Bitonic-Sort>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Algorithm-Bitonic-Sort>
=item * Search CPAN
L<http://search.cpan.org/dist/Algorithm-Bitonic-Sort/>
=item * Launchpad
L<https://launchpad.net/p5-algorithm-bitonic-sort>
=item * GitHub
L<https://github.com/BlueT/Algorithm-Bitonic-Sort>
=back
=head1 ACKNOWLEDGEMENTS
=head1 SEE ALSO
=over 4
=item * Batcher's web page at Kent State University
L<http://www.cs.kent.edu/~batcher/>
=item * Bitonic sorter on Wikipedia
L<http://en.wikipedia.org/wiki/Bitonic_sorter>
=back
=head1 LICENSE AND COPYRIGHT
Copyright 2012-2017 BlueT - Matthew Lien - ç·´åæ.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
=cut
1; # End of Algorithm::Bitonic::Sort
( run in 2.688 seconds using v1.01-cache-2.11-cpan-df04353d9ac )