diff options
author | 2011-09-07 14:52:58 -0400 | |
---|---|---|
committer | 2011-09-07 14:53:48 -0400 | |
commit | 7a6d84e025278d16a41ecb2ff2ed791bf609f5c8 (patch) | |
tree | 9164c3e04544ed00f02f0fb93d88483750cdb518 | |
parent | I am an asshole. (diff) | |
download | wiki-philosophy-7a6d84e025278d16a41ecb2ff2ed791bf609f5c8.tar.xz wiki-philosophy-7a6d84e025278d16a41ecb2ff2ed791bf609f5c8.zip |
Give xkcd credit.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # The Search for Wisdom -This is a simple script that takes a single input word and finds how many clicks it takes to get from its Wikipedia page to a Philosophy article by following all links in articles in a recursive tree. +This is a simple script that takes a single input word and finds how many clicks it takes to get from its Wikipedia page to a Philosophy article by following all links in articles in a recursive tree. It was inspired by [the mouse-over on this XKCD comic](http://xkcd.com/903/) but has since taken a better algorithm. ## Install |