From ed4be2db4e74dddeb41a8b9c076e68cf753e2f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giovanni=20Cutr=C3=AC?= Date: Mon, 3 Jun 2024 10:46:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9804f72..7f86221 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Find the shortest path between two Wikipedia articles using the breadth-first search algorithm. +Inspired by [this](https://cs50.harvard.edu/ai/2020/projects/0/degrees/) CS50 Project. + # Usage - Clone this repository to your local machine.