public interface CharacterInsDelInterface
Modifier and Type | Method and Description |
---|---|
double |
deletionCost(char c) |
double |
insertionCost(char c) |
double deletionCost(char c)
c
- The character being deleted.double insertionCost(char c)
c
- The character being inserted.Copyright © 2019. All rights reserved.