You are on page 1of 1

Fagin's algorithm (FA) Do sorted access on all lists in parallel For every item do random access to the other

lists to fetch all of its values Stop when at least k items were seen (in the sorted access) in all lists Sort the list Why is this enough?

You might also like