CODING CHALLENGES

代码题库

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

继续刷题

题目列表

显示 18 / 646 道可提交题。 当前筛选:标签:Factor,权限:免费,语言:Rust

提交状态:未尝试未正确已正确
未尝试
coding-correlation-cluster-count可练习
因子聚簇计数:阈值化相关性图的连通分量数

Factor Cluster Count: Connected Components on a Thresholded Correlation Graph

中等免费版Python / C++ / Rust
未尝试
coding-currency-arbitrage-cycle-detection可练习
货币套利环检测(对数汇率上的 Bellman-Ford)

Currency Arbitrage Cycle Detection (Bellman-Ford on Log Rates)

中等免费版Python / C++ / Rust
未尝试
coding-dense-rank-trade-sizes可练习
给当日成交按所属买卖方向做 dense rank 标注

Per-Side Dense-Rank Annotation for the Day's Blotter

简单免费版Python / C++ / Rust
未尝试
coding-factor-dependency-topo-order可练习
因子依赖拓扑序:夜间重建的确定性 min-heap Kahn 调度

Factor Dependency Topo Order: Deterministic Min-Heap Kahn for Nightly Rebuild

中等免费版Python / C++ / Rust
未尝试
coding-graph-count-connected-components-bfs可练习
Count Connected Components in an Undirected Graph

Count Connected Components in an Undirected Graph

简单免费版Python / C++ / Rust
未尝试
coding-graph-cycle-detect-undirected可练习
判断无向图是否存在环

Detect a Cycle in an Undirected Graph

简单免费版Python / C++ / Rust
未尝试
coding-incremental-largest-component-size可练习
增量最大聚簇规模:因子对边事件流上的流式并查集

Incremental Largest Cluster Size: Streaming Union-Find on a Factor-Pair Edge Tape

中等免费版Python / C++ / Rust
未尝试
coding-largest-correlation-cluster-size可练习
最大因子聚簇规模:阈值化相关性图的最大连通分量大小

Largest Factor Cluster Size: Maximum Connected Component on a Thresholded Correlation Graph

中等免费版Python / C++ / Rust
未尝试
coding-min-hops-to-core-factor-set可练习
到核心因子集合的最少跳数:因子相似图上的多源 BFS

Min Hops to Core Factor Set: Multi-Source BFS on a Factor-Similarity Graph

中等免费版Python / C++ / Rust
未尝试
coding-min-knight-moves-bfs-grid可练习
马的最少步数 — 无限棋盘上的 BFS

Minimum Knight Moves — BFS on an Infinite Board

困难免费版Python / C++ / Rust
未尝试
coding-rank-inversion-count可练习
排名失配对数:期望榜单与实测榜单的两两逆序对计数

Rank-Disagreement Count: Pairwise Inversions Between Expected and Realized Strategy Rankings

中等免费版Python / C++ / Rust
未尝试
coding-regime-transition-path-count可练习
状态机转移路径计数:可分辨催化剂下的 DAG 取模游走枚举

Regime Transition Path Count: Modular DAG Walk Enumeration with Distinguishable Catalysts

中等免费版Python / C++ / Rust
未尝试
coding-rotting-oranges-bfs可练习
烂橘子蔓延 — 多源 BFS

Rotting Oranges — Multi-Source BFS

简单免费版Python / C++ / Rust
未尝试
coding-sector-day-return-rect-queries可练习
行业-交易日 收益方块:矩形区间求和的批量查询

Sector-Day Return Cube: Batched Rectangular Range Sums

中等免费版Python / C++ / Rust
未尝试
coding-shortest-fee-path-routing-graph可练习
路由图上的最短跳数路径

Shortest Hop Path on a Routing Graph

简单免费版Python / C++ / Rust
未尝试
coding-strategy-rank-by-sharpe-then-id可练习
策略排行榜:按 Sharpe 取前 K,同分按 strategy_id 字典序

Strategy Leaderboard: Top-K by Sharpe with Lexicographic Tie-Break

中等免费版Python / C++ / Rust
未尝试
coding-trade-graph-connected-components可练习
共同成交图:基于成交对的连通分量

Co-Trading Graph — Connected Components of Session Trade Pairs

中等免费版Python / C++ / Rust
未尝试
coding-trailing-high-watermark-span可练习
跟踪最高水位 span:每个 tick 的连续不超过当前价的回看长度

Trailing High-Watermark Span: Per-Tick Consolidation Length on a Synthetic Tape

中等免费版Python / C++ / Rust