Graph-Visualization / graph-api

Backend containing all the algorithms of graphs
http://graph-apiv1.herokuapp.com
3 stars 8 forks source link

Check bipartite graph #23

Closed devartstar closed 3 years ago

devartstar commented 3 years ago

From the Adjacency list of vertices obtained from the GraphBase file...coded the logic for checking whether the given graph is Bipartite graph or not.

Biswajitghosh98 commented 3 years ago

@devartstar Add screenshots of test outputs and we'll be good to merge

devartstar commented 3 years ago

ScreenShot of some Test Cases for checking if a given Graph in form of Adjacency list is Bipartite or not - TestCase1 TestCase2 TestCase3

Biswajitghosh98 commented 3 years ago

cc @yashrsharma44