Skip to content

this is (to be) one stop C++ repo project specific for graph algorithms since stl under c++ dosnt provide any specific supprot for graphs yet, so this project aims to implement graphs as adjesency lists as most widely used form.

Notifications You must be signed in to change notification settings

Shubhambawner/Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

this is one stop C++ repo project specific for graph algorithms since stl under c++ dosnt provide any specific supprot for graphs yet, so this project aims to implement graphs as adjesency lists as most widely used form.

under developement

planed phases:

  1. building basic algorithms specific to integers for now
  2. binding into package, testing individual algo for performance optimisation, templatisation/generalisation wherever possible
  3. unit tests and standerdisation

About

this is (to be) one stop C++ repo project specific for graph algorithms since stl under c++ dosnt provide any specific supprot for graphs yet, so this project aims to implement graphs as adjesency lists as most widely used form.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages