This project contains realisation of Floyd's cycle-finding algorithm (Floyd's tortoise and hare) in Java. Realisation can detect first reocurance of an element in linked sequence of nodes.
Code templates: here and here and here. Proof of concept: here
Java course, semester 5 2022