mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
302 B
Text
8 lines
302 B
Text
A code is a set of strings, called the code words. A code is
|
|
"uniquely decodable" if any string S that is a concatenation of
|
|
code words is so in exactly one way.
|
|
|
|
The module provides functions that determine whether a given
|
|
code is uniquely decodable or not.
|
|
|
|
WWW: https://metacpan.org/release/UDCode
|