Friday, October 4, 2013

Artificial Intelligence


Give a complete formulation for each of the following problems. 
a. [LCS problem] Find the longest common subsequence of any two sequences of symbols which have no repeated symbol. 
b. [ACS problem] Find the set of all common subsequences of any two sequences of symbols which have no repeated symbol.
[]


a. Design and implement in Matlab an algorithm for the LCS problem.
b. Design and implement in Matlab an algorithm for the ACS problem.
c. Design and implement in Matlab polynomial algorithms for both the LCS and ACS problems.

CLICK HERE TO GET MORE ON THIS PAPER.....

No comments:

Post a Comment