Mission Base

Program Base Library Functions

void pblListReverse

( PblList* list )

Reverses the order of the elements of this list.

Documentation

Reverses the order of the elements of this list.

This method has a time complexity of O(N), with N being the number of elements in the list.

Parameters:
list - The list to reverse
Returns:
void

Alphabetic index



This page was generated with the help of DOC++.