public abstract class Problem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ProblemParameters |
parameters |
| Constructor and Description |
|---|
Problem(ProblemParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
long |
answer() |
protected void |
incIterations() |
void |
printAnswer() |
protected abstract long |
solution() |
protected final ProblemParameters parameters
public Problem(ProblemParameters parameters)
Copyright © 2020. All rights reserved.