Algorithm
view release on metacpan or search on metacpan
lib/Algorithm.pm view on Meta::CPAN
&{$callme}(@_);
}
}
return 1;
END {}
__END__
# Below is stub documentation for your module. You'd better edit it!
=head1 NAME
Algorithm - Provide bunch of famous Algorithms for Sorting and Searching.
=head1 SYNOPSIS
use Algorithm;
my @list=(1, "hello", 123, "abc");
( run in 0.308 second using v1.01-cache-2.11-cpan-de7293f3b23 )