Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

SpardaMarco/Simple-Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Graph

This repository contains a simple implementation of a graph class in C++, using an adjacency list to represent the edges between vertices.

Features

  • Support for adding vertices
  • Support for adding edges between vertices
  • Efficient storage of edges using an adjacency list
  • Breadth-first search and depth-first search algorithms implemented for traversing the graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages