Skip to content
Simon Forsberg edited this page Sep 20, 2014 · 2 revisions

Common Mistakes in other implementations include:

  • Horribly slow algorithm, because of treating field-by-field
  • Not splitting into FieldGroups
  • Treating the 'global rule' differently
  • Not making it flexible, only supporting your own class
  • Calculating the probabilities incorrectly

Common problems in other algorithms:

  • Other algorihtms tend to treat the "global rule" in a special way, instead of treating it just like another rule
  • Other algorithms tend to treat fields individually instead of bunching them up into FieldGroups

This leads to most algorithms being unable to solve The Super board of death in reasonable time while my algorithms solves it in about four seconds. (I'm not kidding!)

Clone this wiki locally