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.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/degrees-of-separation
- Owner: michaelfromyeg
- Created: 2024-07-14T17:55:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T17:55:18.000Z (12 months ago)
- Last Synced: 2025-03-27T18:10:02.012Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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