Need C Needs Pass Tester Belowyou Implement Linkedlist Accordance List Interface Class Imp Q37256874

I need to do this in C++ and needs to pass the tester belowYou will implement a LinkedList in accordance with the List interface. In that class you will implement the following methods:boolean add(E e)void add(int index, E element)void clear()boolean contains(Object o)E get(int index)int indexOf(Object o)boolean isEmpty()int lastIndexOf(Object o)E remove(int index)boolean remove(Object o)E set(int index, E element)int size()Your submission must pass all JUnit

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.