n*******7 发帖数: 181 | 1 Convert a binary tree to a double linked list.
这题不用什么算法。估计主要是看有多快能写完全。大家需要多少时间? |
l*********8 发帖数: 4642 | 2 5 mins
【在 n*******7 的大作中提到】 : Convert a binary tree to a double linked list. : 这题不用什么算法。估计主要是看有多快能写完全。大家需要多少时间?
|
n******n 发帖数: 12088 | 3 当然有算法。看你怎么周游树
【在 n*******7 的大作中提到】 : Convert a binary tree to a double linked list. : 这题不用什么算法。估计主要是看有多快能写完全。大家需要多少时间?
|
n*******7 发帖数: 181 | 4 recursion is the most straight forward. depth first.
:当然有算法。看你怎么周游树
: |
n*******7 发帖数: 181 | 5 就用你这速度,假设你用recursion, 写一下用的function的prototype吧,看看对不对
。 :)
:5 mins
: |
s*********r 发帖数: 84 | |