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

graph neighbor edges represented in neigh list More...

#include <graph.h>

Data Fields

t_gnodenode
 Pointer to neighbor vertex. More...
 
int weight
 Cost of the edge. More...
 

Detailed Description

graph neighbor edges represented in neigh list

Definition at line 17 of file graph.h.

Field Documentation

◆ node

t_gnode* node

Pointer to neighbor vertex.

Definition at line 18 of file graph.h.

◆ weight

int weight

Cost of the edge.

Definition at line 19 of file graph.h.


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