Skip to content

Library for undirected and directed graphs of custom type to find a way between vertices

Notifications You must be signed in to change notification settings

lyapizz/graphLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

graphLib

Library for undirected and directed graphs of custom type to find a way between vertices.

Library contains of three operations:

  1. addVertex(Graph graph, V vertex) Add vertex to graph
  2. addEdge(Graph graph, V start, V end) Add edge between vertex start and vertex end
  3. getPath(Graph graph, V start, V end) Returns a list of edges between vertices start and end.

About

Library for undirected and directed graphs of custom type to find a way between vertices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages