文件名称:SingleList
介绍说明--下载内容均来自于网络,请自行研究使用
指针单链表SingleList示例
功能:从键盘上读入n个字符,存储在一个链表中,编写程序,在不增加新结点的情况下,直接实现将该链表按字母、数字和其他字符拆成三个链表,依次输出这三个链表中的结点值。-Examples of single-linked list pointer SingleList functions: Reading from the keyboard into n characters, stored in a linked list, the preparation process, without adding new nodes, the direct realization of the list by letters, numbers and other characters is split into three linked list, followed by the output of these three linked lists in the node value.
功能:从键盘上读入n个字符,存储在一个链表中,编写程序,在不增加新结点的情况下,直接实现将该链表按字母、数字和其他字符拆成三个链表,依次输出这三个链表中的结点值。-Examples of single-linked list pointer SingleList functions: Reading from the keyboard into n characters, stored in a linked list, the preparation process, without adding new nodes, the direct realization of the list by letters, numbers and other characters is split into three linked list, followed by the output of these three linked lists in the node value.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
a.cpp