bladeaod
- Karma
- 11
- Created
- June 16, 2009 (17y ago)
- Submissions
- 0
http://grasswings.blogspot.com
-
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…