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