(definition)
Definition: A decision which has more than two results. For instance, testing if a < b yields two results, but some languages allow a test to return a < b, a=b, or a > b in one operation.
Note:
The standard library function strcmp() in C returns -1, 0, or 1 depending on whether one is less than, equal to, or greater than the other.
Author: PR
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 17 December 2004.
HTML page formatted Mon May 11 15:07:57 2026.
Cite this as:
Patrick Rodgers, "multiway decision", in
Dictionary of Algorithms and Data Structures [online], Vreda Pieterse and Paul E. Black, eds. 17 December 2004. (accessed TODAY)
Available from: /HTML/multiwayDecision.html