Method ADT.CircularList()->peek_back()
classADT.CircularList
- Method
peek_back
ValueTypepeek_back()- Returns
The value at the back of the list but do not remove it from the list.
class ADT.CircularListValueType peek_back()
The value at the back of the list but do not remove it from the list.