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

[Feature]: Depth-first search pathfinding algorithm #97

Closed
1 task
bal7hazar opened this issue Sep 16, 2024 · 3 comments · Fixed by #110
Closed
1 task

[Feature]: Depth-first search pathfinding algorithm #97

bal7hazar opened this issue Sep 16, 2024 · 3 comments · Fixed by #110
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@bal7hazar
Copy link
Collaborator

bal7hazar commented Sep 16, 2024

Feature Request

Implement DFS (source) algorithm for the map package.

Here: https://github.com/dojoengine/origami/tree/main/crates/map/src/helpers

Proposed Solution

No response

Alternatives

No response

Related Code

No response

Additional context

Currently the A* algorithm is implemented, having the choice to use different algorithm for specific cases could be interesting.

Try to match the A* trait for the high level usage, such as:

fn search(grid: felt252, width: u8, height: u8, from: u8, to: u8) -> Span<u8>

If the feature is accepted, would you be willing to contribute it?

  • Yes I would be willing to contribute
@guha-rahul
Copy link
Contributor

I would like to work on it if its avaliable, although its gonna take some time.

@bal7hazar
Copy link
Collaborator Author

@guha-rahul any advancement?

@bal7hazar bal7hazar added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Oct 8, 2024
@guha-rahul
Copy link
Contributor

@bal7hazar extremely sorry for the delay, i faced some issue i think it will be solved in a day or two.

@guha-rahul guha-rahul mentioned this issue Oct 9, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants