StarLeaf interview question

Coding questions involving searching a DB.

Interview Answer

Anonymous

15 Feb 2021

Bruteforce O(n+m) result, then an O(n+m) answer with space optimisation.