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

Introduce a strategy interface #1

Open
bhaveshachhada opened this issue Oct 4, 2023 · 0 comments
Open

Introduce a strategy interface #1

bhaveshachhada opened this issue Oct 4, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@bhaveshachhada
Copy link
Owner

bhaveshachhada commented Oct 4, 2023

Add various path finding algorithms. It can be anything like BFS, DFS, Dijkstra, A-Star etc.

The prototype is:

class <<AlgorithmName>>:

   ... <<any helper methods>>

  def find_path(source, destination):
       <<core logic here>>

@bhaveshachhada bhaveshachhada added hacktoberfest enhancement New feature or request good first issue Good for newcomers labels Oct 4, 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 good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant