摘要
链表是一种常见的重要的数据结构。在C语言程序设计中,链表也起到非常重要的作用,在实际应用中得到广泛的应用。链表又分为静态链表和动态链表两类。本文将主要针对动态链表的应用进行分析研究,并用C语言实现链表的定义,创建和常用的链表操作的实现。
The linked list is an important common data structure. In the C programming language, the list also play a very important role, is widely used in practical application. The list is divided into two kinds of static linked list and dynamic linked list. In this paper, I will analysis and research of application mainly for dynamic list, defining and using C language to achieve the list of the list to achieve the creation and common list operations.
出处
《网络安全技术与应用》
2014年第12期167-167,169,共2页
Network Security Technology & Application
关键词
C语言
链表
动态链表
C language
linked list
Dynamic linked list