My question is that I have to a LinkedList from scratch(not java.util). Which i did implement one linked list that includes methods such as add(), delete(), contains() etc.