This program aims to explain the floyds cycle, which helps in stuff like finding duplicates in constant time that is O(1). Please DO NOT TRY TO LEARN FROM SCRATCH, this platform, it would be a headache. Once example is done, right arrow press to next slide
To have a better understanding of concept, I advice you to learn 0 indexing and the floyd cycle itself indexes for explanation start from 0 while scratch supports 1 indexing which means starts from 1