bladeaod

↗ HN profile [ 24.4 ms ] full profile
Karma
11
Created
June 16, 2009 (17y ago)
Submissions
0
http://grasswings.blogspot.com
  1. For an app I wrote I need to check if a String contains a word, finding the longest word it contains. Currently I check the whole string against a dictionary, then check every substring possible with decreasing length…