Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HuberTRoy/leetCode
/ MaxASubarrayLessThanMinBSubarray.py
File
MaxASubarrayLessThanMinBSubarray.py
DP/MaxASubarrayLessThanMinBSubarray.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
今日头条笔试第四题:
3
给两个长度为n的数组,a,b。
4
求有多少个 [l,r],其中max(a[l:r])<min(b[l:r])。
Callers
nothing calls this directly
Calls
1
maxALEminB
Function · 0.85
Tested by
no test coverage detected