Skip to content

The Great Rework

Olli Arokari requested to merge rework into master

After getting some promising results of solving F6 with the crude but working "SGA", I read the Assignment description more closely.

  • The task is to not only support two variables, but n amount of variables. Done! 🎉
  • Include a figure 😱 ...okay, I figured out the best way to do this is to use Python
    • Initial work started on this. This will work just fine 🙂
  • "encouraged to find better solutions than the reported ones"
    • Erm... I think I over did it. Perhaps others before me used less than 32bit variables?

Merge request reports