masterashu / Graph-Algorithms

1 stars 4 forks source link

Create BFS.c #7

Closed vipul-rawat closed 4 years ago

vipul-rawat commented 4 years ago

Change the main function to create your own graph. You can also implement double pointer in insertVertex() function to update root in the function itself.