Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 419 Bytes

Assignments for Hardvard's CS50 Introduction to Artificial Intelligence with Python course

Week 0: Search

Assignment 0: Degrees - Implementation of a function "shortest_path" that determines the degree of separation between two actors, using the breadth-first search algorithm.

To run the code, use the following command (git codebase is missing CSV files for testing/execution):

python3 degrees.py small