IonIdea Interview Question

They asked me to sort a circular linked list using any sorting function

Interview Answer

Anonymous

Sep 2, 2018

I applied bubble sort to solve the question.