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

Implement DFS in Python #198

Open
sobhanbera opened this issue Oct 1, 2023 · 3 comments
Open

Implement DFS in Python #198

sobhanbera opened this issue Oct 1, 2023 · 3 comments
Assignees
Labels
good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020 Python

Comments

@sobhanbera
Copy link
Owner

Algorithm/Data Structure: Depth-First Search (DFS)
Programming Language: Python
Difficulty: ⭐️⭐️⭐️

Issue Details

Description:
Implement the Depth-First Search (DFS) algorithm in Python. DFS is a fundamental graph traversal algorithm that explores as far as possible along each branch before backtracking. Your implementation should correctly traverse a graph starting from a specified source vertex, and return the visited vertices in the order they were visited.

Additional Information:
If you are new to DFS or need guidance on implementing it in Python, feel free to ask questions or seek help in the comments. This is a great opportunity for contributors to gain experience in graph algorithms in Python.

Note:
Before starting to work on this issue, please comment below to express your interest and let us know if you have any questions or need clarification on the task.

@sobhanbera sobhanbera added good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020 Python labels Oct 1, 2023
@shohan2001
Copy link

Can you assign this to me?

@sobhanbera
Copy link
Owner Author

@shohan2001 assigned this issue to you. let me know if you need any help!

@shohan2001
Copy link

I have created a PR #207, can you please review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020 Python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants