From 4b5dd0b7f9b1dd55f67ae3501cf71760eb91393e Mon Sep 17 00:00:00 2001 From: Corban Pendrak Date: Thu, 4 Dec 2025 06:06:05 -0500 Subject: [PATCH] Add resources for A* algorithm explanation (#9432) --- .../content/a-algorithm@Yrk2PLUa-_FAPlhCkMl3e.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/computer-science/content/a-algorithm@Yrk2PLUa-_FAPlhCkMl3e.md b/src/data/roadmaps/computer-science/content/a-algorithm@Yrk2PLUa-_FAPlhCkMl3e.md index 67047c05b..ba032a068 100644 --- a/src/data/roadmaps/computer-science/content/a-algorithm@Yrk2PLUa-_FAPlhCkMl3e.md +++ b/src/data/roadmaps/computer-science/content/a-algorithm@Yrk2PLUa-_FAPlhCkMl3e.md @@ -4,6 +4,7 @@ A\* is a graph traversal algorithm that is used to find the shortest path betwee Visit the following resources to learn more: +- [@article@Introduction to the A* Algorithm - Red Blob Games](https://www.redblobgames.com/pathfinding/a-star/introduction.html) - [@article@A* Search Algorithm - Wikipedia](https://en.wikipedia.org/wiki/A*_search_algorithm) - [@video@A* Pathfinding (E01: algorithm explanation)](https://www.youtube.com/watch?v=-L-WgKMFuhE) -- [@feed@Explore top posts about Data Science](https://app.daily.dev/tags/data-science?ref=roadmapsh) \ No newline at end of file +- [@feed@Explore top posts about Data Science](https://app.daily.dev/tags/data-science?ref=roadmapsh)