Skip to content

Conversation

@triposat
Copy link
Contributor

@triposat triposat commented Oct 1, 2022

Related Issue: #207

Issues name: Depth First Search Python, Directory: Graph

  • Hacktoberfest2022 Participant
  • Contributor

Closes: #207

Description :

Created a Python script for Depth-first search (DFS), which is basically a technique to traverse nodes in a graph and find the depth.

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

This script or code has been tested using various test cases and scenarios.

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added test cases that prove my fix is effective or that my feature works.
@welcome
Copy link

welcome bot commented Oct 1, 2022

Hello there! 👋 Welcome to the project! 💖
Thank you and congrats 🎉 for opening your first pull request. Please adhere to our Code of Conduct. 🙌🏻 We will get back to you as soon as we can. 😄

Feel free to get in touch with me through social media handles. Hope to see you there!😄

@prathimacode-hub prathimacode-hub added HACKTOBERFEST This issue is applicable for Hacktoberfest 2022 HACKTOBERFEST-ACCEPTED This PR is approved and accepted for Hacktoberfest labels Oct 1, 2022
Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to be done :

Keep your project name as "Depth First Search" and readme file as "README.md"
Also include the screenshot of the output compiled in "Images" folder.

Kindly do these changes. @Iamtripathisatyam

@triposat
Copy link
Contributor Author

triposat commented Oct 1, 2022

Changes to be done :

Keep your project name as "Depth First Search" and readme file as "README.md" Also include the screenshot of the output compiled in "Images" folder.

Kindly do these changes. @Iamtripathisatyam

Done, Please check.

Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR approved. Good to see you here once again. 🎉🙌@Iamtripathisatyam

@prathimacode-hub prathimacode-hub added the Approved This PR is approved and accepted for Hacktoberfest label Oct 1, 2022
@prathimacode-hub prathimacode-hub merged commit 586da8c into prathimacode-hub:main Oct 1, 2022
@welcome
Copy link

welcome bot commented Oct 1, 2022

Congrats on merging your first Pull Request! 🎉 All the best for your amazing open source journey ahead. 🚀⚡️

@triposat
Copy link
Contributor Author

triposat commented Oct 2, 2022

PR approved. Good to see you here once again. 🎉🙌@Iamtripathisatyam

Thank you so much, mam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved This PR is approved and accepted for Hacktoberfest HACKTOBERFEST This issue is applicable for Hacktoberfest 2022 HACKTOBERFEST-ACCEPTED This PR is approved and accepted for Hacktoberfest

3 participants