|
int | vertexNum |
|
int | edgeNum |
|
struct Edge * | edges |
|
int | numVertices |
|
struct node ** | adjLists |
|
int * | visited |
|
int ** | edges |
|
int | V |
|
int | E |
|
struct Edge * | edge |
|
The documentation for this struct was generated from the following files:
- data_structures/graphs/bellman_ford.c
- data_structures/graphs/bfs.c
- data_structures/graphs/dfs.c
- data_structures/graphs/dijkstra.c
- data_structures/graphs/floyd_warshall.c
- data_structures/graphs/kruskal.c
- data_structures/graphs/strongly_connected_components.c
- data_structures/graphs/topological_sort.c