michaelfromyeg / degrees-of-separation

Find the degrees of separation between two links.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Degrees of Separation

A tiny Python program to calculate the degrees of separation between two Wikipedia links.

(... I want to come back to this to see how to unnecessarily over-optimize it.)

TO-DOs

  • Two-way BFS
  • Score the available links in a max heap

About

Find the degrees of separation between two links.


Languages

Language:Python 94.2%Language:Shell 5.8%