C# Class _500.DNASingleMatcher

Datei anzeigen Open project: Oscarbralo/TopBlogCoder Class Usage Examples

Public Methods

Method Description
checkSubstrings ( string text1, string text2 ) : int
longestMatch ( string sequence1, string sequence2 ) : int

Method Details

checkSubstrings() public method

public checkSubstrings ( string text1, string text2 ) : int
text1 string
text2 string
return int

longestMatch() public method

public longestMatch ( string sequence1, string sequence2 ) : int
sequence1 string
sequence2 string
return int