文件名称:LinkDemo
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- g**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1)创建一个初始为10个节点的单向链表,节点数据用随机函数产生。
(2) 输出该链表。
(3)在链表的首部增加一个数据为50的节点,并输出链表。
(4)在链表的尾部增加一个数据为70的节点,并输出链表。
-(1) create an initial 10 nodes of one-way linked list, node data using random function.
(2) the output of the linked list.
(3) in the list of the first add a data for a 50 node, and the output chain.
(4) in the end of the linked list to add a data for the 70 node, and the output chain
(2) 输出该链表。
(3)在链表的首部增加一个数据为50的节点,并输出链表。
(4)在链表的尾部增加一个数据为70的节点,并输出链表。
-(1) create an initial 10 nodes of one-way linked list, node data using random function.
(2) the output of the linked list.
(3) in the list of the first add a data for a 50 node, and the output chain.
(4) in the end of the linked list to add a data for the 70 node, and the output chain
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LinkDemo.java