Longest Common Subsequence
1 post
• Page 1 of 1
Longest Common Subsequence
helloo,
i've been working on text diffing recently and wrote a solution for the Longest Common Subsequence problem.
I posted the solution amongst a couple of other programminglanguage-solutions at:
http://en.wikibooks.org/wiki/Algorithm_ ... quence#APL
Me and a friend got rid of an inner For-loop in the part "Computing the LCS length", my question is if anyone can figure out an even neater way to even get rid of the remaining for-loop =)
i've been working on text diffing recently and wrote a solution for the Longest Common Subsequence problem.
I posted the solution amongst a couple of other programminglanguage-solutions at:
http://en.wikibooks.org/wiki/Algorithm_ ... quence#APL
Me and a friend got rid of an inner For-loop in the part "Computing the LCS length", my question is if anyone can figure out an even neater way to even get rid of the remaining for-loop =)
- conrad
- Posts: 1
- Joined: Thu Jan 21, 2010 9:16 am
1 post
• Page 1 of 1
Return to Functional Programming
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group