Skip to content

WukoSiric/RSP-adjacency-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Adjacency List

Here are my implementations of an adjacency list to represent a undirected graph. I implemented using a vector of lists. There are lots of comments as I created this to learn!

Current functionality (All Compiled)

  • Add edge
  • Print graph
  • BFS

Planned functionality

  • Add DFS
  • Add weighted option to graph
  • Better GUI for playing around
  • Read in graphs from a file

About

Adjacency Matrix implementation in C++ using vectors, list, and queues! Support adding of edges and BFS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages