Education, Technology, trick, Competitive Coding etc. are work field of this Blog.
Node*floyeddetectLoop(Node*head){ if(head==NULL) return NULL; Node*slow=head; ...