TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
linkedlist Struct Reference
Collaboration diagram for linkedlist:
[legend]

Public Attributes

int data
 
linkedlistnext
 

Detailed Description

Definition at line 6 of file queue_using_linkedlist.cpp.

Member Data Documentation

◆ data

int linkedlist::data

Definition at line 7 of file queue_using_linkedlist.cpp.

◆ next

linkedlist* linkedlist::next

Definition at line 8 of file queue_using_linkedlist.cpp.


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