Function edit_dist_find

Function Documentation

int edit_dist_find(struct edit_dist_finder *finder, enum exec_type type)

Find the edit distance between two sequences.

Parameters:
  • finder – The edit distance finder handle

  • type – The type of method to use: iterative or recursive with memoization

Returns:

The edit distance, or -1 on error