首页 > 其他 > 详细

[CareerCup] 4.4 Create List at Each Depth of Binary Tree 二叉树的各层创建链表

时间:2015-08-02 00:53:27      阅读:182      评论:0      收藏:0      [点我收藏+]

 

4.4 Given a binary tree, design an algorithm which creates a linked list of all the nodes at each depth (e.g., if you have a tree with depth D, you‘ll have D linked lists).

 

[CareerCup] 4.4 Create List at Each Depth of Binary Tree 二叉树的各层创建链表

原文:http://www.cnblogs.com/grandyang/p/4694887.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!