Last time | Next time |
90s | 80s | 70s | 60s | < 60s |
5 | 9 | 8 | 7 | 3 |
It is also the tool by which we come to the realization that infinity comes in various sizes....
As we prepare to investigate graphs, we might think about this recent example, from Science: Gigantic map of fly brain is a first for a complex animal: Fruit fly 'connectome' will help researchers to study how the brain works, and could further understanding of neurological diseases.
This "map shows all 3,016 neurons and 548,000 synapses tightly packed in a young Drosophila's brain, which is smaller than a poppy seed."
If you check out this code, you'll see where I compute the power set ("all-subsets") of a set, to cover all the bases. I think that the end result is pretty beautiful, too!
(coded up following our author's algorithm, in section 3.3, p. 214, as closely as possible).