IonIdea interview question

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

Interview Answer

Anonymous

2 Sept 2018

I applied bubble sort to solve the question.