himanshu-03 / Python-Data-Structures

A compilation of Data Structures in Python. It is a collection of Python code examples and implementations of various data structures. This repository aims to provide a comprehensive resource for understanding and utilizing different data structures efficiently in Python.
MIT License
18 stars 27 forks source link

add: DFS code for graph #23

Closed SaRTHaK0909k closed 1 year ago

SaRTHaK0909k commented 1 year ago

Describe the algorithm/code

please assign me this issue under the tag hacktoberfest :)

Do you want to work on this feature?

himanshu-03 commented 1 year ago

Hey @SaRTHaK0909k !!

You can start working on the issue! If you need any help do let me know ✨

Kallind commented 1 year ago

@SaRTHaK0909k do you need code for GBFS or Astar i have some work done o it... i can contribute as a part of hackoctober fest

SaRTHaK0909k commented 1 year ago

@Kallind "Yes, I would be interested in your contribution for GBFS or A* search algorithm. Your help is greatly appreciated!" :)

Kallind commented 1 year ago

ok perfect sharing the code and creating a pull request

Kallind commented 1 year ago

sent the PR @SaRTHaK0909k . Please review it. Thank you!