由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 完全不靠谱。下面这两个API给的定义完全相同
相关主题
问个Google的面经问题一个小题 谁能帮着给点思路 谢谢啦!
FB的这道题怎么答?请问FB code题目
关于priority_queue一问Linkedin 电面 面经x2
H1B的tax return是不是只需要file 1040 form?问个Java的HashSet.contains的问题
dropbox 要求真高啊sum nested list 我连题目都没看懂T_T 求解答
Combination Sum 时间和空间复杂度是多少?请教一道google面试题
One interview question问道leetcode的题:Combination Sum II
HashSet是不是不靠谱?这题如何破?
相关话题的讨论汇总
话题: list话题: iterable话题: returns话题: thiselem话题: thatelem
进入JobHunting版参与讨论
1 (共1页)
G****A
发帖数: 4160
1
感觉https://www.scala-lang.org/api/完全不靠谱。下面这两个API给的定义完全相同
不说,thisElem和thatELem用法只字不提。而且,这变量名字起的也太。。。随意了吧
?这要让我codereview,完全不能给过啊
zip[B](that: GenIterable[B]): List[(A, B)]
[use case] Returns a list formed from this list and another iterable
collection by combining corresponding elements in pairs.
def zipAll[B](that: collection.Iterable[B], thisElem: A, thatElem: B): List[
(A, B)]
[use case] Returns a list formed from this list and another iterable
collection by combining corresponding elements in pairs.
1 (共1页)
进入JobHunting版参与讨论
相关主题
这题如何破?dropbox 要求真高啊
问一道leetcode上的题目 combination sumCombination Sum 时间和空间复杂度是多少?
再讨论一个面试难题One interview question
all my baozi for people can give some answer to the questionHashSet是不是不靠谱?
问个Google的面经问题一个小题 谁能帮着给点思路 谢谢啦!
FB的这道题怎么答?请问FB code题目
关于priority_queue一问Linkedin 电面 面经x2
H1B的tax return是不是只需要file 1040 form?问个Java的HashSet.contains的问题
相关话题的讨论汇总
话题: list话题: iterable话题: returns话题: thiselem话题: thatelem