C++
A few C++ classes (some even have comments in them):
- levenshtein.h
- This library provides a generic alignment engine. Thanks to the templates framework of C++, it can align any types of sequences (strings, vectors, arrays, lists...). It uses Levenshtein's edit distance to compute the best alignment. If you need to compute several alignments, you can use a single engine and it will try to automatically grow its workspace to suit your memory needs.
|
Copyright © 2000-2012 Thomas Leplus.
Unless otherwise noted, the content of this site is licensed under Creative Commons. |
|
"Sex without love is an empty experience, but as empty experiences go, it's one of the best." -- Woody Allen























