Deleted Comment
Illustration of QuickSort and MergeSort as two sides of the same coin: http://lkozma.net/images/sort/duality.pdf
I find this somehow both obvious and counter-intuitive, and usually the two algorithms are not presented in this way, as duals of each other.
I wrote up this view in more detail, but the figure above should be self-explanatory: http://lkozma.net/blog/a-dual-view-of-sorting-algorithms/
Deleted Comment
Deleted Comment
Deleted Comment
1, 1, 2, 5, 12, 35, 108, 369, 1285, ...
Meaning for ex. there are 5 tetrominoes : ■
■
■
■
■
■
■ ■
■
■ ■
■
■
■ ■
■
■ ■
■ ■
The myterious sequence follows a ~4 growth rate.I've been (nowhere as a mathematician) exploring this problem for years, generating them and trying in vain to find patterns in their properties.
I'd love readers with a high view in combinatorics telling what they think of this problem. Do you think a formula will one day be found or rather that there can't be a closed one for some necessary reason ?
The growth rate is indeed around 4 and now known to be strictly above 4: https://page.mi.fu-berlin.de/rote/Papers/pdf/Lambda-4.pdf
If I remember correctly, there was a non-rigorous argument for a concrete conjectured value not far above 4.
It's a tool. It's by far the most powerful tool man has ever made, because it's a tool for your mind as opposed to a tool for your hands, but it still is a tool.