由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - “n的平方”大家用英语都怎么说?
相关主题
请教C问题用H1B上班1个月了,公司不给I-797和I-94,也不签contract
问一个关于stringstream的诡异问题Insert bounding box
关于数学表达式解析和求值BST的insertion
leetcode regular expression match的问题what's the difference of back_inserter and inserter in c++
搞不清C++里的constant expressionOne interview question (A)
regular expression递归的复杂度多少?leetcode 的 Insert Interval 就是过不了大的
贡献Google电面面经(不小心误删除了,再发一遍并update)这里还有比我更弱的么?
求square内推问一道面试智力题
相关话题的讨论汇总
话题: power话题: 平方话题: squared话题: 英语话题: square
进入JobHunting版参与讨论
1 (共1页)
l*******o
发帖数: 791
1
这个小问题一直困扰着我。比如说人家问你insertion和selection排序的时间复杂度是
多少。你说n
的平方。n spare?
c******w
发帖数: 1108
2
n square?
r*******n
发帖数: 3020
3
the square of n?

【在 l*******o 的大作中提到】
: 这个小问题一直困扰着我。比如说人家问你insertion和selection排序的时间复杂度是
: 多少。你说n
: 的平方。n spare?

k*p
发帖数: 1526
4
n squared

【在 l*******o 的大作中提到】
: 这个小问题一直困扰着我。比如说人家问你insertion和selection排序的时间复杂度是
: 多少。你说n
: 的平方。n spare?

i******i
发帖数: 502
5
n^m
m to n
H******7
发帖数: 1728
6
n power two 不知道对不对?
s*****o
发帖数: 2490
7
n square
i*********d
发帖数: 2739
8
n to the m

【在 i******i 的大作中提到】
: n^m
: m to n

s*******x
发帖数: 450
9
n to the m(th), to be specific.

【在 i*********d 的大作中提到】
: n to the m
C**********r
发帖数: 75
10
n squared
相关主题
regular expression递归的复杂度多少?用H1B上班1个月了,公司不给I-797和I-94,也不签contract
贡献Google电面面经(不小心误删除了,再发一遍并update)Insert bounding box
求square内推BST的insertion
进入JobHunting版参与讨论
s*******8
发帖数: 12734
11
对!

【在 H******7 的大作中提到】
: n power two 不知道对不对?
Q****r
发帖数: 7340
12
我怎么觉得是n power to 2

【在 s*******8 的大作中提到】
: 对!
s*******8
发帖数: 12734
13
我是听老师讲的,你可以找个老美问一下,一般都知道的。

【在 Q****r 的大作中提到】
: 我怎么觉得是n power to 2
H******7
发帖数: 1728
14
哈哈 我是跟我老板学的...(中国人) 他就说 N POWER TWO..不管对不对.学老板说没错
.老板听着也舒服 .哈哈

【在 s*******8 的大作中提到】
: 我是听老师讲的,你可以找个老美问一下,一般都知道的。
Q****r
发帖数: 7340
15
恩,是 2 to power of n
哈哈
http://en.wikipedia.org/wiki/Power_of_two

【在 s*******8 的大作中提到】
: 我是听老师讲的,你可以找个老美问一下,一般都知道的。
s*******8
发帖数: 12734
16
Verbal expressions, mathematical notations, and computer programming
expressions using a power operator or function include:
2 to the power of n
2 power n
power(2, n)
2n
2 ^ n
2 ** n
不知道你怎么看的,楼主问的是n的平方,这里是2的n次。
哈哈。

【在 Q****r 的大作中提到】
: 恩,是 2 to power of n
: 哈哈
: http://en.wikipedia.org/wiki/Power_of_two

Q****r
发帖数: 7340
17
正常,我每天都处在神游状态
自己都不知道自己在干什么
不过还是要批评你,这个要举一反三,既然知道了2的n次方有这些表达式,n的2次方也
应该学会

【在 s*******8 的大作中提到】
: Verbal expressions, mathematical notations, and computer programming
: expressions using a power operator or function include:
: 2 to the power of n
: 2 power n
: power(2, n)
: 2n
: 2 ^ n
: 2 ** n
: 不知道你怎么看的,楼主问的是n的平方,这里是2的n次。
: 哈哈。

s*******8
发帖数: 12734
18
我默认这个不用学啊,换个头而已啊。
上课经常能听到的吧。。这些。。如果要用的话。
呵呵。

【在 Q****r 的大作中提到】
: 正常,我每天都处在神游状态
: 自己都不知道自己在干什么
: 不过还是要批评你,这个要举一反三,既然知道了2的n次方有这些表达式,n的2次方也
: 应该学会

d*******r
发帖数: 249
19
n to the 2nd/n squared
1 (共1页)
进入JobHunting版参与讨论
相关主题
问一道面试智力题搞不清C++里的constant expression
design类题目大家是怎么准备的啊?regular expression递归的复杂度多少?
大家帮我分析一下问题在哪?贡献Google电面面经(不小心误删除了,再发一遍并update)
marketing position in China求square内推
请教C问题用H1B上班1个月了,公司不给I-797和I-94,也不签contract
问一个关于stringstream的诡异问题Insert bounding box
关于数学表达式解析和求值BST的insertion
leetcode regular expression match的问题what's the difference of back_inserter and inserter in c++
相关话题的讨论汇总
话题: power话题: 平方话题: squared话题: 英语话题: square