搜索资源列表
shujujiegoushixi
- 1)创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入),长度限定在15之内; 2)打印(遍历)该链表(依次打印出表中元素值); 3)在链表中查找第i个元素,i合法返回元素值,否则,返回FALSE; 4)在链表中查找与一已知字符相同的第一个结点,有则返回TRUE,否则,返回FALSE; 5)在链表中按照有序方式插入一已知字符元素; 6)在线性表中删除第i个结点; 7)计算链表的长度
lianbiao
- 用java实现数据结构的链表结构,包括插入删除结点等功能。-Java data structure used to achieve the structure of the list, including the insertion node delete functions.
SeqList
- 基于链表的基本操作,包括增加结点,删除结点,修改等-Based on the list of basic operations, including increased nodes, delete nodes, modify, etc.
Bank104
- 此程序是模拟手机中通讯录而写出的,有以下功能:(1)通讯录链表的建立 (2)通讯者结点的插入、查询、删除、输出(3)退出管理系统-This process is simulated in the mobile phone address book and write, and has the following features: [1] set up the address book list [2] communication node insertion, query, delete,