Java



You will implement sequences using linked lists, storing one sequence per linked list node. You may implement your data structure either using Java containers, or you may implement your linked list from scratch. It is mandatory that your linked list remain application independent. (Use Generic).