dsalglib
1.0.0
dsalglib is a ready to use data structures and algorithms library written in C++ . Object Oriented Template implementations are written.
|
#include <graph.h>
Public Member Functions | |
graph () | |
bool | add_vertex (type param) |
bool | add_arc (type from, type to, long long int weight=0) |
bool | dfstraverse (type param, void(fun)(type obj)) |
bool | bfstraverse (type param, void(fun)(type obj)) |
bool | remove_vertex (type param) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |