PROJECT EULER · #0042
Coded Triangle Numbers
The
By converting each letter in a word to a number corresponding to its alphabetical position and adding these values we form a word value. For example, the word value for SKY is
Using words.txt (right click and 'Save Link/Target As...'), a 16K text file containing nearly two-thousand common English words, how many are triangle words?
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.