摘要: 队列加分项 作业要求 实现代码 public class yhsj { public static void main(String[] args) { Scanner sca = new Scanner(System.in); CircularArrayQueue y = new Circular 阅读全文
posted @ 2017-10-22 23:08 20162304张浩林 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 20162304 2017 2018 1 《程序设计与数据结构》第七周学习总结 教材学习内容总结 1. 树的定义及相关术语 2. 树的遍历(先序遍历,中序遍历,后序遍历,层序遍历) 3. 树的实现 教材学习中的问题和解决过程 问题1:对于书上这个遍历的过程有点捋不清楚。 问题1解决方案:自己反复推敲 阅读全文
posted @ 2017-10-22 23:00 20162304张浩林 阅读(188) 评论(0) 推荐(0) 编辑