How to implement a linked list in C?

后端 未结 14 818
予麋鹿
予麋鹿 2020-12-06 02:49

I am creating a linked list as in the previous question I asked. I have found that the best way to develop the linked list is to have the head and tail in another structure.

14条回答
  •  有刺的猬
    2020-12-06 03:30

    If you are looking to better understand the basics of linked lists, take a look at the following document:

    http://cslibrary.stanford.edu/103/LinkedListBasics.pdf

提交回复
热议问题