employer cover photo
employer logo
employer logo

Arxxus Technology Partners

Is this your company?

Arxxus Technology Partners Interview Question

How to detect a loop within a singly-linked list?

Interview Answer

Anonymous

Jun 16, 2017

The answer to this is by using the fast and slow traversing technique implemented using the pointers in C.

3