Data Fields

NeighborList Struct Reference

For a given ordering, this stores later neighbors and earlier neighbors for a given vertex in linked lists. More...

#include <degeneracy_helper.h>

Data Fields

int vertex
 the vertex that owns this neighbor list
LinkedListearlier
 a linked list of neighbors that come before this vertex in the ordering
LinkedListlater
 a linked list of neighbors that come after this vertex in the ordering
int orderNumber
 the position of this verex in the ordering

Detailed Description

For a given ordering, this stores later neighbors and earlier neighbors for a given vertex in linked lists.


Field Documentation

a linked list of neighbors that come before this vertex in the ordering

a linked list of neighbors that come after this vertex in the ordering

the position of this verex in the ordering

int vertex

the vertex that owns this neighbor list


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines