Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mission-peace/interview
/ arrayaddition.py
File
arrayaddition.py
python/array/arrayaddition.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
add(arr1, arr2):
2
3
l = max(len(arr1), len(arr2))
4
result = [0
for
j in range(l)]
Callers
nothing calls this directly
Calls
1
add
Function · 0.85
Tested by
no test coverage detected