Inspired by this comic http://xkcd.com/173/
I know that there are many algorithms for finding the smallest spanning tree of a weighted graph, but I try my best to find anyone that can find a minimal connecting "path".
For a comic book, if we weighed every edge based on each pair ratio, then a socially optimal layout would be a minimal spanning “path”, i.e. in a way that spans all the peaks. Can anyone help?
source
share