INTERVIEW PREP

数学与非代码面试题

覆盖数学、概率、统计、脑筋急转弯、机器学习和金融。这里负责筛选和进入单题;编程题使用独立的 LeetCode 式 coding lab。

题目
4169
领域
8
当前筛选
25

1 / 2

非代码面试题

显示 20 / 25 道匹配题目

答题状态:未尝试未正确已正确
1426Cubic Residue of an Exponential RemainderCompute lim x->0 [e (3x) - 1 - 3x - (9/2)x 2] / x 3.数学简单数值题未尝试免费1427Third-Order Logarithmic CancellationCompute lim x->0 [ln(1+2x) - 2x + 2x 2] / x 3.数学简单数值题未尝试免费1428Exponential Quadratic Remainder 3Compute lim (x->0) [exp(3x + -2x 2) - 1 - 3x] / x 2.数学中等数值题未尝试免费1429Square-Root Cubic CoefficientCompute lim x->0 [sqrt(1+4x) - 1 - 2x + 2x 2] / x 3.数学中等数值题未尝试免费1430Fifth-Order Trigonometric ResidueCompute lim x->0 [sin(3x) - 3x + (9/2)x 3] / x 5.数学困难数值题未尝试免费1431Half-Power Expansion With Cubic TermCompute lim x->0 [(1+5x) (1/2) - 1 - (5/2)x + (25/8)x 2] / x 3.数学简单数值题未尝试免费1432Rational Blow-Up CancellationCompute lim x->0 [(1-2x) (-1) - 1 - 2x] / x 2.数学中等数值题未尝试免费1433Fractional Linear RemainderCompute lim x->0 [((1+x)/(1-x)) - 1 - 2x] / x 2.数学中等数值题未尝试免费1434Tangent Minus IdentityCompute lim x->0 (tan x - x) / x 3.数学中等数值题未尝试免费1435Logarithmic Mixed Expansion 5Compute lim (x->0) [ln(1 + 5x + 2x 2) - 5x] / x 2.数学困难数值题未尝试面试订阅1436Cosine Defect at Double FrequencyCompute lim x->0 [1 - cos(2x)] / x 2.数学简单数值题未尝试免费1437Cube-Root LinearizationCompute lim x->0 [ (1+2x) (1/3) - 1 ] / x.数学简单数值题未尝试免费1438Sequence Limit From a Square RootCompute lim n->∞ n[(1+2/n) (1/2) - 1].数学中等数值题未尝试免费1439Logarithmic Sequence CorrectionCompute lim n->∞ n 2 [ln(1+1/n) - 1/n].数学困难数值题未尝试面试订阅1440Square-Root Remainder 5Compute lim (x->0) [sqrt(1 + 3x + -4x 2) - 1 - (3/2)x] / x 2.数学困难数值题未尝试面试订阅1441Trigonometric Asymptotic 1Compute lim (x->0) [sin(2x + 7x 2) - 2x] / x 2.数学简单数值题未尝试免费1442Exponential Minus CosineCompute lim x->0 [e x - cos x - x] / x 2.数学中等数值题未尝试免费1443Arcsine Cubic RemainderCompute lim x->0 [arcsin x - x] / x 3.数学中等数值题未尝试免费1444Trigonometric Asymptotic 4Compute lim (x->0) [arctan(5x) - 5x] / x 3.数学困难数值题未尝试面试订阅1445Product-Log CancellationCompute lim x->0 [ (1+x)ln(1+x) - x ] / x 2.数学困难数值题未尝试面试订阅