Implementation of directed and undirected graphs with following functionalities
* Adding a new vertex
* Adding a new edge
* Displaying a vertex
* Deleting a vertex
* Deleting an edge
* Breadth First Search (BFS)
* Depth First Search (DFS)
Download the Graph_Implementation.jar file and double click to open it. Then it will open like this.
Enter the number of vertices and click on Create Graph button

Enter the source and destination vertices and click on Add Edge button button

Enter the starting node and click on BFS button

Output will be displayed as following

Enter the starting node and click on DFS button

Output will be displayed as following

Output will be displayed as following

This project is licensed under the MIT License - see the LICENSE.md file for details
