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/
16 stars 37 forks source link

Graph implementation #46

Closed Ayushlion8 closed 1 year ago

Ayushlion8 commented 1 year ago

Implemented graph algorithms in an organized way.

extinctsion commented 1 year ago

Hi can you also add test cases for your PR? Add them to the folder as show in diagram in readme in main branch

Ayushlion8 commented 1 year ago

Hi can you also add test cases for your PR? Add them to the folder as show in diagram in readme in main branch

yaa sure:)

extinctsion commented 1 year ago

pls follow this structure - https://user-images.githubusercontent.com/67048929/271960546-f772ba66-e2eb-4e42-b1b7-104facf6eda4.png

Ayushlion8 commented 1 year ago

you want me to create another folder named test cases and under it I have to create sub-folder named Graph_implementation_test_cases which will contain the test cases of the graph implementation.

Am I right @extinctsion ?

extinctsion commented 1 year ago

yes

Ayushlion8 commented 1 year ago

Hey @extinctsion, I have done it and raise the PR for the same please review.

extinctsion commented 11 months ago

Hi @Ayushlion8 , pls pull the latest master branch and then raise PR