extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays. Open for hacktoberfest PRs.
https://pypi.org/project/easyPythonpi/
17 stars 39 forks source link

Add methods for graph search. #39

Open extinctsion opened 1 year ago

extinctsion commented 1 year ago

Implement graph search using different algorithms.

Ayushlion8 commented 1 year ago

Hey, I want to work on this issue :)

Zahid92 commented 1 year ago

Hi @extinctsion , I can add BFS - DFS as well as explaination for both. Could you assign me this issue?

extinctsion commented 1 year ago

Pls follow the structure and add trees and graph from different file in the same folder. Graph.py -> methods. Then import the file in main.py Or easypythonpi file

Ayushlion8 commented 1 year ago

Hey @extinctsion, I have created PR of test_cases folder for graph_implementation as you said Please review it:)

extinctsion commented 1 year ago

Can you follow the latest instruction