public class Combinatorics
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean[][] |
getTruthTable(int n)
Returns a complete truth table for n variables.
|
public static boolean[][] getTruthTable(int n)
n - The number of variables for the truth table.