CODING CHALLENGES

代码题库

用接近 LeetCode 的题表进入训练:先筛选题目,再进入双栏题面和编辑器。每道题只展示它实际声明支持的语言。

继续刷题

题目列表

显示 20 / 646 道可提交题。 当前筛选:标签:Statistics,难度:简单,语言:C++

提交状态:未尝试未正确已正确
未尝试
coding-binary-tree-backward-induction可练习
通用二叉树上的逆向归纳

Backward Induction on a Generic Binary Tree

简单免费版Python / C++ / Rust
未尝试
coding-binary-tree-invert-mirror可练习
翻转二叉树(镜像)

Invert Binary Tree (Mirror)

简单免费版Python / C++ / Rust
未尝试
coding-binary-tree-max-depth-recursive可练习
二叉树的最大深度(递归)

Maximum Depth of a Binary Tree (Recursive)

简单免费版Python / C++ / Rust
未尝试
coding-binary-tree-symmetric-check可练习
对称二叉树判定

Symmetric Binary Tree Check

简单免费版Python / C++ / Rust
未尝试
coding-decision-tree-evaluator可练习
Recursive Binary Decision-Tree Evaluator

Recursive Binary Decision-Tree Evaluator

简单免费版Python / C++ / Rust
未尝试
coding-estimate-barrier-hit-probability订阅锁定
蒙特卡洛估计屏障触发概率

Estimate Barrier Hit Probability

简单面试准备Python / C++ / Rust
未尝试简单面试准备Python / C++ / Rust
未尝试
coding-expected-value-scenario-tree订阅锁定
情景树根节点期望值

Expected Value at Root of Scenario Tree

简单面试准备Python / C++ / Rust
未尝试
coding-online-autocorrelation-lag1可练习
时间序列的 lag-1 样本自相关系数

Lag-1 Sample Autocorrelation of a Time Series

简单免费版Python / C++ / Rust
未尝试
coding-online-mean-mad可练习
滚动均值与平均绝对偏差

Running Mean and Mean Absolute Deviation

简单免费版Python / C++ / Rust
未尝试
coding-portfolio-tree-aggregate-pnl可练习
沿组合层级树向上聚合 P&L

Aggregate P&L Up a Portfolio Hierarchy Tree

简单免费版Python / C++ / Rust
未尝试
coding-random-walk-hitting-probability订阅锁定
对称随机游走的双向触障概率

Random Walk Hitting Probability

简单面试准备Python / C++ / Rust
未尝试
coding-recursive-rebate-tier-walk可练习
Recursive Walk Down a Hierarchical Rebate-Tier Tree

Recursive Walk Down a Hierarchical Rebate-Tier Tree

简单免费版Python / C++ / Rust
未尝试
coding-resample-ohlc-bars订阅锁定
将逐笔成交重采样为定频 OHLC K 线

Resample Tick Prints into Fixed-Interval OHLC Bars

简单面试准备Python / C++ / Rust
未尝试
coding-running-min-max-deque可练习
数据流的累积最小最大值

Running Min and Max of a Stream

简单免费版Python / C++ / Rust
未尝试
coding-stress-coverage-ratio-against-capital订阅锁定
Stress Coverage Ratios Against Available Capital

Stress Coverage Ratios Against Available Capital

简单面试准备Python / C++ / Rust
未尝试
coding-stress-loss-aggregation-by-bucket订阅锁定
按桶维度聚合压力测试损失

Stress-Loss Aggregation by Bucket

简单面试准备Python / C++ / Rust
未尝试
coding-tree-search-bst-target可练习
在二叉搜索树中查找目标值

Search a Binary Search Tree for a Target

简单免费版Python / C++ / Rust
未尝试
coding-validate-bst-recursive可练习
校验二叉搜索树(递归区间)

Validate Binary Search Tree (Recursive Bounds)

简单免费版Python / C++ / Rust
未尝试
coding-welford-online-variance订阅锁定
Welford 在线方差

Welford's Online Variance

简单面试准备Python / C++ / Rust