Code not working(loop detection)

the problem is that you also have added -1 element in the list.
try your code with input: 1 2 3 4 5 -1
your output is : 1 2 3 4 5 -1 but ideally it should be only 1 2 3 4 5

Thanks.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.