The Target puzzle: searching wordlists with tries Finding 9 letter words Read more... python algorithms
Solving substitution ciphers with genetic algorithms Evolving the best solution Read more... python algorithms nlp
Solving substitution ciphers with markov chains in Python Using simple probabilities to decrypt text Read more... python algorithms nlp
Unpacking tables with a hill-climbing method in Python A puzzle: if all you have is the counts in each group/treatment, can you recover the individual-level data? Read more... python algorithms