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

Graph Traversal: DFS in Java #142

Open
deepansha-singh opened this issue Oct 17, 2021 · 2 comments
Open

Graph Traversal: DFS in Java #142

deepansha-singh opened this issue Oct 17, 2021 · 2 comments
Labels
good first issue Good for newcomers hacktoberfest java need help in java code

Comments

@deepansha-singh
Copy link
Collaborator

Important:

Before you start your work on this issue, make sure you go through the README.md and Contribution Guidelines.md and

do not submit plagiarized code.

File structure:

  1. Within the Traversal Algorithms directory, create a new sub-directory Graph Traversals, if it doesn't exist already.
  2. And another subdirectory in Graph Traversals with the name DFS.
  3. In this directory, create one last directory Java

Here's how the final structure should look like:

  • Traversal Algorithms
    • GraphTraversals
      • DFS
        • Java
          • DFS.java

Please follow the same naming conventions as mentioned in this comment.

We thank you for your contribution and time and we hope that you enjoy contributing to open source.

@deepansha-singh deepansha-singh added hacktoberfest java need help in java code labels Oct 17, 2021
@aadityasinha-dotcom
Copy link
Contributor

Can I work on this issue as part of Hacktober fest 2021?

@deepansha-singh
Copy link
Collaborator Author

Assigned to @aadityasinha-dotcom

Please go through the guidelines carefully. Looking forward to your contribution!

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 java need help in java code
Projects
None yet
Development

No branches or pull requests

3 participants