Skip to content

graph stuctures && algorithms lib in c++

Notifications You must be signed in to change notification settings

nazgob/libgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c++ graph stuctures && algorithms lib.
idea was to explore some basic graph algorithms while playing with c++ generic programing. there is no OO code in this project yet it has decent degree of modularity and extensibility. for instance one can type graph with different data structures(linked list for spare graphs and matrices for dense graphs) or with search strategy. it's all done at compile time so it's pretty fast.
enjoy.

About

graph stuctures && algorithms lib in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages