文件名称:queue
介绍说明--下载内容均来自于网络,请自行研究使用
队列,用顺序或链式结构实现一个队列,采用二叉链表存储结构,用递归方式建立二叉树对
应的二叉链表,并建立队列实现该二叉树的层次遍历序列的输出。
-Queue, with the sequence or chain structure to achieve a queue, using the binary storage structure list, using a recursive approach to building a binary tree corresponding to the binary list, and the establishment of the queue to achieve the level of binary tree traversal sequence output.
应的二叉链表,并建立队列实现该二叉树的层次遍历序列的输出。
-Queue, with the sequence or chain structure to achieve a queue, using the binary storage structure list, using a recursive approach to building a binary tree corresponding to the binary list, and the establishment of the queue to achieve the level of binary tree traversal sequence output.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
队列.cpp