April 23, 2009david
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
read More »
April 17, 2009david
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 building [...]
Share on Facebook
read More »