delete last node of linked list

Can I delete the last node(that points to null) of the singly linked list in constant time?
Probably not, since you need to iterate through a singly linked list to obtain the last pointer.
Topic archived. No new replies allowed.