Algorithm-Networksort-Chooser

 view release on metacpan or  search on metacpan

bin/algorithm-networksort-chooser  view on Meta::CPAN

    print "\n";
    print Algorithm::Networksort::nw_graph($network->{network}, $network_size, graph => 'text');
  }
}




__END__

=encoding utf-8

=head1 NAME

algorithm-networksort-chooser - Helper utility for Algorithm::Networksort

=head1 SYNOPSIS

The C<algorithm-networksort-chooser> script helps you find the best sorting network for your particular use-case.

    $ algorithm-networksort-chooser 9  ## find best sorting network for array size 9

lib/Algorithm/Networksort/Chooser.pm  view on Meta::CPAN


  return $sum / $count;
}


1;




=encoding utf-8

=head1 NAME

Algorithm::Networksort::Chooser - Helper utility for Algorithm::Networksort

=head1 DESCRIPTION

This module contains library routines used by the L<algorithm-networksort-chooser> command-line script.

=head1 SEE ALSO



( run in 0.237 second using v1.01-cache-2.11-cpan-4d50c553e7e )