...

/

Intersection of Two Sorted Arrays

Intersection of Two Sorted Arrays

In this lesson, you will learn how to find the intersection of two sorted arrays in Python.

We'll cover the following...

In this lesson, we will be solving the following problem:

Given two sorted arrays, A and B, determine their intersection. What elements are common to A and B?

Access this course and 1400+ top-rated courses and projects.