data_structures
Functions
graph_adjacency.c File Reference
#include "graph.h"
+ Include dependency graph for graph_adjacency.c:

Go to the source code of this file.

Functions

t_queuegraph_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...
 

Function Documentation

◆ graph_adjacency()

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.

Parameters
vThe vertex
Returns
The queue with all the vertices in this graph that are adjacent to the specified vertex

Definition at line 16 of file graph_adjacency.c.