pub fn make(
width: usize,
length: usize,
target_score: isize,
dictionary: &Trie,
) -> Option<Board>Expand description
generates a boggle board instance by given width, length, target score and a trie to be used for calculation of the scores this method is using genetic algorithm for finding the best fit for the target score