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

Public Member Functions

void insert (int x)
 
void remove (int x)
 
void search (int x)
 
void show ()
 
void reverseShow ()
 

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