Project Description:You are to implement a Set ADT using a singly linked list where your data structure in your class…
Project Description: You are to implement a Set ADT using a singly linked list where your data structure in your class will look something like this: Note that this is a singly linked list with a dummy head node. Each node has two fields: the object and the link. You shouldn’t assume that data elements […]