Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 413 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 413 Bytes

CS50AI-P0-degrees

First project for lecture 0 of CS50 "Artificial Intelligence with Python" Harvard course

The goal of this project is to find the connection between two actors, according to the Six Degrees of Kevin Bacon game. This algorithm uses BFS (breadth-first algorithm) to find the shortest path.

For example:

image