> Whether it is in any way new, or the Chinese already had it in their
> toolbox 3 millennia ago, I have no idea, again.
Harm.On.ica chewed it for a few minutes, and thinks that it is at
least substantially different from what I did. Harm.On.ica also
said that our algorithms are in the same O(n^2 log n) class.
Again, that's a claim, for what it's worth, and not something I've
verified or even tested.
I'm more involved with similar A147680 Circular Disk Polyominos.
Testing supports the claim that we've obtained a better asymptotic
class than the competitor Martin Fuller.
What I did for fairness sake is convert Martin's python code to C++
and run tests against my AB-scan and B-scan code.
The AB-scan looked to have comparable times, but was already faster
than Harm.On.ica's transcription of Martin's code.
The B-scan should be expected to improve asymptotic complexity, and
it was tested or observed to do so.
I don't know how long Martin spent to tabulate the 1000 terms, but
the B-scan algorithm in c++ gets the same terms in 6m on one core
at 4.3GHz.
Anyways, congrats on your code, but this thing about neolithic
China sounds possibly delusional.
What was actually written down "3 millennia ago"? Do you have a
reference? Is it something esoteric and secretive about jade knives?
All the best,
--Brad