Algorithms_in_C++  1.0.0
Set of algorithms implemented in C++.
Queue_Array Class Reference

Public Member Functions

void enqueue (int)
 
int dequeue ()
 
void display ()
 

Public Attributes

int * arr = new int[size]
 

Private Attributes

int front
 
int rear
 
int size
 

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