Not getting the Concept

I am unable to understand the algo to remove the loop how the fast and slow pointer will work after they again meet in the loop?

@akash.91.yadav when fast and slow will meet set slow to head and then start moving both one steps when they meet that point is the point of loop