C Everything
This is a C repository containing a curated set of generic data structures and algorithm.
dist_info Struct Reference

Dist info. More...

#include <graph.h>

Data Fields

t_gedge edge
 Pointer to edge. More...
 
t_gnodeparent
 Pointer to Vertex vertex. More...
 

Detailed Description

Dist info.

Definition at line 87 of file graph.h.

Field Documentation

◆ edge

t_gedge edge

Pointer to edge.

Definition at line 88 of file graph.h.

◆ parent

t_gnode* parent

Pointer to Vertex vertex.

Definition at line 89 of file graph.h.


The documentation for this struct was generated from the following file: