Implement a bag class using a linked list

QUESTION I need to implement a Bag class using a linked list: size(): int: returns the number of items in

Read more