CODING CHALLENGES

代码题库

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

继续刷题

题目列表

显示 5 / 646 道可提交题。 当前筛选:标签:Sliding window,难度:困难

提交状态:未尝试未正确已正确
未尝试
coding-max-profit-bounded-drawdown可练习
限定回撤下的最优持仓收益

Maximum Profit Over Bounded-Drawdown Window

困难免费版Python / C++ / Rust
未尝试
coding-min-window-substring可练习
最小覆盖子串

Minimum Window Substring

困难免费版Python / C++ / Rust
未尝试
coding-next-bigger-bid-bounded-distance-ratio可练习
前向窗口内的下一次 depth-jump:在最佳买价深度 tape 上做受限距离比例阈值扫描

Next Depth-Jump within a Forward Window: Bounded-Distance Ratio-Threshold Scan over a Best-Bid-Depth Tape

困难免费版Python / C++ / Rust
未尝试
coding-sum-of-min-bid-depth-sweeps可练习
所有连续价位带扫荡的瓶颈深度合计:深度均匀度评分

Aggregate Bottleneck Bid-Depth across All Contiguous Price-Band Sweeps (Depth-Uniformity Score)

困难免费版Python / C++ / Rust
未尝试
coding-watermark-driven-late-event订阅锁定
基于水印的滚动窗口与延迟事件处理

Watermark-Driven Tumbling Windows with Late-Event Handling

困难面试准备Python / C++ / Rust