Posted by david on April 23, 2009
After few days thinking and doing some research I decided to try C#. My first Project will be create a Translation widget using the Google’s Translation API. In few minutes I had this: Share on Facebook
Share on Facebook
Posted by david on April 17, 2009
The longest common substring problem is to find the longest string (or strings) that is a substring (or are substrings) of two or more strings. The problem of longest common subsequence arises whenever we search for similarities across multiple texts. A particularly important application is in finding a consensus among DNA sequences. The genes for [...]
Share on Facebook