Fork me on GitHub
#core-logic
<
2018-09-15
>
andrea.crotti13:09:45

If there something like ntho available or any suggestions about how to implement it?

andrea.crotti13:09:27

I just need a logic express to check that an element is at a certain index of a vector

andrea.crotti17:09:06

Never mind that was the wrong approach, I'll try a few more things first I might be close already

andrea.crotti17:09:09

In short I would like to have something that given a scrabble configuration and a list of letters return all the possible valid words

andrea.crotti17:09:23

So given with configuration "h_ll_" and letters "hello" it would return trivially just ("hello")

andrea.crotti17:09:06

It can be modelled similarly to sudoku actually and I think I'm close