Hey I have a algoritm
that should get the longest comnon subseqquence
between two strings


public class Find {

public static String find(String str1, String str2)
{
int i, j;