Search
⌘K

Leetcode 1213. Intersection of Three Sorted Arrays

Given three sorted integer arrays, return all values that appear in all three arrays. Arrays may contain duplicates; the result should list the unique common elements in ascending order, leveraging the sorted property for an efficient linear scan.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.