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

graph Vertex More...

#include <graph.h>

Data Fields

t_gen id
 Pointer to store Data. More...
 
int idx
 Index of vertex in adaceny list. More...
 
t_linklistneigh
 Link List to neighbor vertices(nodes) More...
 

Detailed Description

graph Vertex

Definition at line 10 of file graph.h.

Field Documentation

◆ id

t_gen id

Pointer to store Data.

Definition at line 11 of file graph.h.

◆ idx

int idx

Index of vertex in adaceny list.

Definition at line 12 of file graph.h.

◆ neigh

t_linklist* neigh

Link List to neighbor vertices(nodes)

Definition at line 13 of file graph.h.


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