Thanks for good tutorial, but there is issue with LinkedList implementation. In LinkedList whenever we add new element without any position or specified index it goes to the last, so your head node or link will always be the same it should point to the head Node.
all tutorials are so helpful to me ...
please give a book name for data structures using java .
thank you brother :)
compaired to others.. your implementation is simple..good.. :)
sir great explanation, good job sir thanku
can someone upload a code for inserting a node at a given location in a linked list
Thanks for good tutorial, but there is issue with LinkedList implementation. In LinkedList whenever we add new element without any position or specified index it goes to the last, so your head node or link will always be the same it should point to the head Node.