An open API service indexing awesome lists of open source software.

https://github.com/michaelfromyeg/degrees-of-separation

Find the degrees of separation between two links.
https://github.com/michaelfromyeg/degrees-of-separation

Last synced: 3 months ago
JSON representation

Find the degrees of separation between two links.

Awesome Lists containing this project

README

        

# 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