C# 클래스 _500.DNASingleMatcher

파일 보기 프로젝트 열기: Oscarbralo/TopBlogCoder 1 사용 예제들

공개 메소드들

메소드 설명
checkSubstrings ( string text1, string text2 ) : int
longestMatch ( string sequence1, string sequence2 ) : int

메소드 상세

checkSubstrings() 공개 메소드

public checkSubstrings ( string text1, string text2 ) : int
text1 string
text2 string
리턴 int

longestMatch() 공개 메소드

public longestMatch ( string sequence1, string sequence2 ) : int
sequence1 string
sequence2 string
리턴 int