best [terminology]
Terminology¶
Usage¶
- Use for an optimum found so far.
- It implies repeated maximum or minimum comparisons.
- Prefer it over
answhen the algorithm explicitly tracks the best candidate. - Use a compound name such as
best_lwhen multiple pieces describe the optimum.