forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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: http://search.cpan.org/dist/UDCode/
|