Euphoria
editdistance.cc File Reference
#include "base/editdistance.h"
#include <algorithm>
#include <memory>
#include "assert/assert.h"
#include "base/cint.h"

Go to the source code of this file.

Namespaces

 eu
 

Functions

int eu::calc_edit_distance (const std::string &source, const std::string &target)
 
int eu::calc_edit_distance_fast (const std::string &the_row, const std::string &the_col)