Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
260 B
Text
6 lines
260 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.
|