Adding an instance field size of type int to track the numbe…
Adding an instance field size of type int to track the number of elements stored in a singly-linked list optimizes the worst-case runtime complexity (from linear time to constant time algorithm) of which of the following operations defined in ListADT? Select all which apply.