danmermel / cryptario

Cryptic crossword solver
0 stars 0 forks source link

Create an in-memory data structure that is able to store anagrams #80

Open danmermel opened 4 years ago

glynnbird commented 4 years ago

Something like:

{
    aaegssu : [ 'assuage', 'Sega USA', 'sausage']
}

^ built from a collection of words, entities and idioms.

We can build the data structure from the source files at deployment time. More CI fun :)