8000 GitHub - ildemiurge/graph: Test task for inteview
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ildemiurge/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

training-graph

Simple Graph lib:

Should support 2 types of graphs - directed and undirected with 3 operations:

  •      addVertex - adds vertex to the graph
    
  •      addEdge - adds edge to the graph
    
  •      getPath - returns a list of edges between 2 vertices (path doesn’t have to be optimal)
    

Vertices should be of a user defined type.

About

Test task for inteview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0