#
fagin
Here are 3 public repositories matching this topic...
Fagin's algorithm: Fagin's algorithm: 1. Do sorted access on all lists in parallel. 2. For every item - do random access to the other lists to fetch all of its values. 3. Stop when at least K items were seen in the sorted access. 4. Sort the list.
-
Updated
Sep 28, 2020 - Python
Improve this page
Add a description, image, and links to the fagin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fagin topic, visit your repo's landing page and select "manage topics."