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

using wavefront/grassfire algorithm #5

Open
tiffanalin opened this issue Dec 8, 2022 · 1 comment
Open

using wavefront/grassfire algorithm #5

tiffanalin opened this issue Dec 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tiffanalin
Copy link
Owner

No description provided.

@tiffanalin tiffanalin added the enhancement New feature or request label Dec 8, 2022
@tiffanalin tiffanalin self-assigned this Dec 8, 2022
@tiffanalin tiffanalin changed the title write code for finding the shortest path between A and B using Dijkstra's algorithm Jan 1, 2023
@tiffanalin
Copy link
Owner Author

  1. create a graph representing 8x8 grid (each cell represents a node)
  2. define starting node and destination node
  3. initialize an array to store shortest distance from starting node to each node.

@tiffanalin tiffanalin changed the title using Dijkstra's algorithm using wavefront/grassfire algorithm Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant