static void Main(string[] args) { string s2 = "AA BB CC BB II CC KK DD H I K"; string s1 = "AA BB CC DD E F G DD"; // //string s3="A H B K C I D"; Trace.WriteLine(LCSFinder.GetLCS(s1, s2)); //Trace.WriteLine(LCSFinder.GetLCS(s1, s3) ) ; }
public void GatherParallel() { // hierch Hashtable htPar = new Hashtable(); LCS.LCSFinder f = new LCSFinder(); foreach( string cls in m_htClassHierchs.Keys ) { //ClassHierarchy ch = m_htClassHierchs[ cls ]; } }