A Linear List Merging Algorithm
Loading...
No Access Until
Permanent Link(s)
Collections
Other Titles
Author(s)
Abstract
A linear list merging algorithm and its analysis is presented. Starting with n lists, each containing a single element, the algorithm will execute an arbitrary sequence of requests to merge lists and to find the name of the list currently containing a given element. If the length of the sequence of requests is bounded by a constant times n, then the execution time of the algorithm on a random access computer is bounded by a constant times n.
Journal / Series
Volume & Issue
Description
Sponsorship
Date Issued
2008-05-14T13:42:16Z
Publisher
Keywords
merging lists; list merging algorithms; algorithm