kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
298.15k stars 39.22k forks source link

Missing A* Algorithm in Shortest Path Algorithms Section in Data Structures Roadmap #7727

Open Th85534 opened 1 week ago

Th85534 commented 1 week ago

Roadmap URL

https://roadmap.sh/datastructures-and-algorithms

Suggestions

Missing A* Algorithm in Data Structures Roadmap

Description

The A* algorithm, which is a well-known and efficient shortest path algorithm, is missing from the shortest path algorithms section in the Data Structures roadmap on roadmap.sh. Adding it would provide users with a more complete understanding of pathfinding algorithms.

Screenshot 2024-11-13 111511

Suggested Solution

Additional Context

A* (A-star) is widely used in various fields such as artificial intelligence for games and robotic pathfinding due to its optimality and completeness. Including it could be valuable for learners.

Thank you for considering this suggestion!