Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task
Th85534 opened this issue Nov 13, 2024 · 0 comments
Open
1 task
Labels
datastructures-and-algorithms Roadmap: datastructures-and-algorithms topic-change Missing or deprecated topics in roadmap

Comments

@Th85534
Copy link

Th85534 commented Nov 13, 2024

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

  • I would like to contribute by adding a brief explanation of the A* algorithm, its applications, and perhaps a link to additional resources.

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!

@Th85534 Th85534 added the topic-change Missing or deprecated topics in roadmap label Nov 13, 2024
@github-actions github-actions bot added the datastructures-and-algorithms Roadmap: datastructures-and-algorithms label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datastructures-and-algorithms Roadmap: datastructures-and-algorithms topic-change Missing or deprecated topics in roadmap
Projects
None yet
Development

No branches or pull requests

1 participant