Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

Data Structures : Graphs #148

Open soumyavemuri opened 3 years ago

soumyavemuri commented 3 years ago

Hello, I am a GSSoC '21 Participant.

Description

I would like to add Graphs Implementations under the Data Structures directory.

Ananya9878 commented 3 years ago

Please assign this to me.

soumyavemuri commented 3 years ago

@rcoder23 Could you please review this issue and let me know if it's okay to work on? I checked if such an issue already exists. I would like to add the implementation of Trees and Graphs in Python.

rashrey2308 commented 3 years ago

@soumyavemuri an implementation of BST is already there in the repository.

soumyavemuri commented 3 years ago

May I implement graphs @rashrey2308 ?

rashrey2308 commented 3 years ago

You might implement it but make sure to include implementation using both list as well as matrix.