Akhil Bondlela
Projects
Courses
Blog
About
Insert at Head
public void addFirst(AnyType item) { head = new Node<AnyType>(item, head); }