Skip to content

SalinaK1/Graph-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Implementation

This is the C++ implementation of graph data structure. It supports the easy construction of undirected graph class and some basic operations on graph like adding and deleting nodes and edges as well as listing them. A function called breadthfirstTraversal is included for Breadth First Traversal of Graph in order to find friends of friends.


Instructions for running:

  • Install GCC compiler.
  • Run g++ main.cpp Graph.cpp -o a.exe
  • Run ./a.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages