|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Illustrative example for Levenshtein edit distance. More...
Go to the source code of this file.
Functions | |
| int | main () |
| Example program that computes and prints the Levenshtein distance. | |
Illustrative example for Levenshtein edit distance.
Definition in file edit_distance_example.cc.
| int main | ( | ) |
Example program that computes and prints the Levenshtein distance.
Prints two example strings ("kitten" and "sitting") and their Levenshtein distance computed via levenshtein_distance().
Definition at line 52 of file edit_distance_example.cc.
References Aleph::levenshtein_distance().