word finding utility
git clone https://github.com/joajfreitas/wordfind && cd wordfind
cd src && make
./wordmfind dic.txt pal.txt
Where the first parameter is a dictionary file and the second parameter is a problem file with the format:
"first word" "second word" "mode"
Wordfind will find the position of word one and two in a table of ordered words of the same size.