Skip to content

Opening book details…

About this document

Singly-Linked List Operations Guide by sofa39027 is a document available to read on EtoBox.

The document outlines operations and performance characteristics of singly-linked and doubly-linked lists, including methods for adding and removing elements from both the front and back. It highlights that operations at the front are constant time, while operations at the back can vary depending on whether a tail pointer is used. Additionally, it notes that finding an arbitrary element takes O(n) time and that elements in the list need not be contiguous.

Author
sofa39027
Language
EN