/Graph_Algorithms

This repository contains popular Graphs related programs solved in C

Primary LanguageC

Graph_Algorithms

This project contains all the basic but important Graph related Programs like BFS, DFS, Prims, Kruskal, Dijkstra and a lot more. It also includes header files to take graph input from the user