I have defined a LinkList node in the following fashion :-
static class LinkedListNode { LinkedListNode next=null