文件名称:operation-on-singly-linked-list
文件大小:191KB
文件格式:ZIP
更新时间:2024-05-08 09:45:11
C
单链接列表操作 目标:- Operations On Singly linked list. 理论:- A linked list is a sequence of data structures, which are connected together via links. Linked List is a sequence of links which contains items. Each link contains a connection to another link. Linked list is the second most-used data structure after array. Algorihm:- 1)Start 2)i
【文件预览】:
operation-on-singly-linked-list-master
----6.PNG(34KB)
----7.PNG(11KB)
----5.PNG(30KB)
----1.PNG(33KB)
----4.PNG(86KB)
----3.PNG(33KB)
----2.PNG(32KB)
----README.md(874B)
----SLLO.c(8KB)