blob: f5b08d5f846680764940839cd103f59a83053123 (
plain) (
blame)
1
2
3
4
5
6
|
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.
|