public class HammingTable16
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
score |
| Constructor and Description |
|---|
HammingTable16() |
| Modifier and Type | Method and Description |
|---|---|
int |
lookup(short a,
short b)
Looks up the hamming distance from a table
|