Question: You are given two lists A and both containing the numbers 1 dotsn in some order. Your task is to count how many of the
You are given two lists A and
both containing the numbers
dotsn in some
order. Your task is to count how many of the numbers
dotsn occur earlier on the
list A than on the list
In this task,
can be large and an efficient algorithm is required. The time
complexity should be
In a file
twolists.py
implement a function count that returns the desired count.
def count
a
b
:
# TODO
if
:
print
count
#
print
count
#
print
count
#
print
count
Explanation: In the first test, the numbers
and
occur earlier on the list
than on the list
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
