Skip to content
/ cs50ai Public

Harvard CS50 AI Course with Python assignments

Notifications You must be signed in to change notification settings

xpero39/cs50ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Harvard CS50 AI Course with Python assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages