Hello, Please look at the assignment instructions.pdf and take a look at what you have to do. Basically, you have to implement a doubly-linked list, including an iterator over that list. In particular, you will implement the List 12 interface and several additional methods. Note that you must implement a doubly-linked list -- you cannot, for instance, instead implement an array-based list. The necessary files are attached.