COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
listNode Struct Reference

#include <3.h>

Collaboration diagram for listNode:

Public Attributes

int data
 
struct listNodenext
 

Detailed Description

Definition at line 4 of file 3.h.

Member Data Documentation

◆ data

int listNode::data

Definition at line 5 of file 3.h.

Referenced by main().

◆ next

struct listNode* listNode::next

Definition at line 6 of file 3.h.

Referenced by findAverageCycleLength(), and main().


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