Test Cases & Chat
Part 1
current
Test 1
input:nums1 = [1,3], nums2 = [2]
expect:2.0
Test 2
input:nums1 = [1,2], nums2 = [3,4]
expect:2.5
Test 3
input:nums1 = [], nums2 = [1]
expect:1.0
Test 4
input:nums1 = [2], nums2 = []
expect:2.0
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:nums1 = [1,3], nums2 = [2]
expect:2.0
Test 2
input:nums1 = [1,2], nums2 = [3,4]
expect:2.5
Test 3
input:nums1 = [], nums2 = [1]
expect:1.0
Test 4
input:nums1 = [2], nums2 = []
expect:2.0
Choose your coach
Pick a style and how you want to communicate
then