Nerdle Analysis
This repository contains some analysis of possible nerdle answers. Here's a quick overview:
nerdle.py
contains code to generate all possible nerdle answers.all_answers.txt
contains those generated answers.analysis.ipynb
contains analysis of those generated answers, including various frequency plots, and information on the likelyhood of different operator combinations and number lengths appearing.plots/*
are plots from the notebook.
Probability of a given symbol appearing
Frequency of symbols per position
Take a look at analysis.ipynb
for more!