标签:end 技术分享 变量 log map alt 容器 node bfs
public class MyNode {
TreeNode node;
int start;
int end;
public MyNode(TreeNode node, int start, int end) {
this.node = node;
this.start = start;
this.end = end;
}
}
标签:end 技术分享 变量 log map alt 容器 node bfs
原文地址:http://www.cnblogs.com/apanda009/p/7236927.html