Yetiowner / Increasing-code-complexity

Every day, I commit a new and more complicated version of some simple code.
227 stars 6 forks source link

Added encoding as quadratic polynomial #22

Closed JesseB0rn closed 1 year ago

JesseB0rn commented 1 year ago

This change encodes the String for iteration as a quadratic polynomial per char, then solves the polynomial and converts the smaller sol back to a unicode char.