extinctsion / easyPythonpi

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

Add methods for graph search. #39

Open extinctsion opened 9 months ago

extinctsion commented 9 months ago

Implement graph search using different algorithms.

Ayushlion8 commented 9 months ago

Hey, I want to work on this issue :)

Zahid92 commented 9 months ago

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

extinctsion commented 9 months 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 9 months ago

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

extinctsion commented 9 months ago

Can you follow the latest instruction