Why exactly do we need a “Circular Linked List” (singly or doubly) data structure?

前端 未结 10 1046
無奈伤痛
無奈伤痛 2021-01-30 08:27

Why exactly do we need a \"Circular Linked List\" (singly or doubly) data structure?

What problem does it solve that is evident with simple Linked Lists (singly or doubl

10条回答
  •  囚心锁ツ
    2021-01-30 09:06

    A good example of an application where circular linked list should be used is a timesharing problem solved by the operating system.

提交回复
热议问题