由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教一道题
相关主题
等微软onsite结果,求bless(附面经)再来题目
这道linkedin题是不是应该用segment tree?Given two sorted list, find the k smallest number (binary search)
收集了几个 List相关的题求Twitter onsite 经验 (分享些它家的题目)
leetcode Runtime error : Flatten Binary Tree to Linked ListMerge Intervals
Amazon phone interview Software Engineering InternGiven a binary tree, find the maximum path sum
A -1st phoneFind the node with given value in binary tree in in-order
考大家个新题 visitor reconstruct generic tree上几个面经顺求Bless
这道FB题怎么做?google phone interview
相关话题的讨论汇总
话题: merge话题: 道题话题: given话题: space
进入JobHunting版参与讨论
1 (共1页)
c*****y
发帖数: 90
1
Given two binary search trees, merge them in O(n) time with O(1) space.
怎么做到O(n)?
m*****f
发帖数: 1243
2
O(1) space? 那merge完了放哪儿?
l**s
发帖数: 50
3
一边flatten一边merge一边reconstruct?

【在 c*****y 的大作中提到】
: Given two binary search trees, merge them in O(n) time with O(1) space.
: 怎么做到O(n)?

c*****y
发帖数: 90
4
估计意思是一个merge到另外一个上。

【在 m*****f 的大作中提到】
: O(1) space? 那merge完了放哪儿?
c*****y
发帖数: 90
5
可好像做不到O(n)呀。

【在 l**s 的大作中提到】
: 一边flatten一边merge一边reconstruct?
l**s
发帖数: 50
6
flatten是O(N), merge是O(N), reconstruct也是O(N)。
不过reconstruct如果有平衡的要求的话就比较麻烦了。

【在 c*****y 的大作中提到】
: 可好像做不到O(n)呀。
1 (共1页)
进入JobHunting版参与讨论
相关主题
google phone interviewAmazon phone interview Software Engineering Intern
关于内存分配器的题。 谢谢。A -1st phone
interval tree vs. merge intervals考大家个新题 visitor reconstruct generic tree
关于面试中interval tree的问题这道FB题怎么做?
等微软onsite结果,求bless(附面经)再来题目
这道linkedin题是不是应该用segment tree?Given two sorted list, find the k smallest number (binary search)
收集了几个 List相关的题求Twitter onsite 经验 (分享些它家的题目)
leetcode Runtime error : Flatten Binary Tree to Linked ListMerge Intervals
相关话题的讨论汇总
话题: merge话题: 道题话题: given话题: space