The lists lengths are 3000 - 5000. Brute force is not practical. Think of other ways you can track entries in an array. Python offers many options, including builtin modules that can help solve this in one line!
3000 - 5000
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
The lists lengths are
3000 - 5000
. Brute force is not practical. Think of other ways you can track entries in an array. Python offers many options, including builtin modules that can help solve this in one line!This comment is hidden because it contains spoiler information about the solution