You can't get there from here
This is a measure of the connectedness of Wikipedia. But not the general symmetric connectedness in the sense of "Six Degrees of Kevin Bacon". There's already Omnipelagos for that. It will tell you that "David Beckham" is connected to "Bend It Like Beckham" which is connected to "Box office" which is connected to "Pierce Brosnan". And it's true that David Beckham" links to "Bend It Like Beckham" which links to "Box office", and that "Pierce Brosnan" links to "Box office"...but that doesn't help me get to "Pierce Brosnan" (the random page which Reddit would otherwise have linked to) if I'm physically looking at the "Box office" page.
No, if I start from David Beckham, I have to click like crazy: Los Angeles Galaxy -> Major League Soccer -> Major League Baseball -> List of highest paid baseball players -> Derek Jeter -> Mariah Carey -> Sean Puffy Combs -> Broadway -> Hugh Jackman -> Pierce Brosnan. This is basically PageRank: "the likelihood that a person randomly clicking on links will arrive at any particular page.
You may wonder why I am going on about something that Google have already calculated for every page on the Web. Indeed, the PageRank of the Pierce Brosnan page is minutely related to its distance from the David Beckham page. But all the pages that (transitively) link to Pierce Brosnan are included in his page's score, even if many of those pages can't be reached from David Beckham. PageRank typically assumes you can start from any page; I only want to start from one. So my measure is simpler than PageRank, but more useful because it is personalised. Personalised to a specific and very important subset of the Web: what I can see from where I am. That matters, because in Wikipedia, you don't search for interesting pages, top down; you find them, bottom up. (This may not be a effective use of your time, of course :-)
In the end, there will be an average distance between pages A and B in an undirected graph, and an average distance between the same two pages in a directed graph. The difference between the two averages represents two things: 1) the current lack of connectedness of Wikipedia, and 2) a small fraction of the worldwide cost that HTML has imposed by only having unidirectional links.
Now it's just a matter of downloading Wikipedia's HTML and coding some graph algorithms...
