MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / run_twosum

Function run_twosum

code/run_comp.py:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def run_twosum():
15 nums_all = [3, 2, 7, 6, 11, 15]
16 target = 9
17 nums = two_sum(nums_all, target)
18 print(nums)
19# run_twosum()
20##################################################
21

Callers

nothing calls this directly

Calls 1

two_sumFunction · 0.85

Tested by

no test coverage detected