2009-11-25, 09:58 PM
Sivrat Wrote:i got matchscore and subsequence working, having trouble still on permutation.
And realization struck when i realized that... for the point of the program... substring doesnt even matter because anything that would be a substring is also subsequence...
But a subsequence is not necessarily a substring.
For permutations, think of this: Sort the arrays. If they print the same after sorted, then a is a permutation of b and otherwise.

