data_structures
|
#include "graph.h"
Go to the source code of this file.
Functions | |
t_queue * | graph_adjacency (const t_graph *graph, const void *v) |
Returns the queue with all the vertices in this graph that are adjancent to the specified vertex. More... | |
Returns the queue with all the vertices in this graph that are adjancent to the specified vertex.
v | The vertex |
Definition at line 16 of file graph_adjacency.c.