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

16 June 2017

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

3