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:
- building basic algorithms specific to integers for now
- binding into package, testing individual algo for performance optimisation, templatisation/generalisation wherever possible
- unit tests and standerdisation