ACM Home Page
Please provide us with feedback. Feedback
A nonrecursive list moving algorithm
Full text PdfPdf (259 KB)
Source
Communications of the ACM archive
Volume 16 ,  Issue 5  (May 1973) table of contents
Pages: 305 - 307  
Year of Publication: 1973
ISSN:0001-0782
Author
Edward M. Reingold  Univ. of Illinois at Urbana-Champaign, Urbana
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 2,   Downloads (12 Months): 14,   Citation Count: 3
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/362041.362200
What is a DOI?

ABSTRACT

An efficient, nonrecursive algorithm is given for moving any LISP-type list. In particular, the algorithm requires no storage other than the new nodes into which the lists is to be moved, and no additional bits per node for marking; the algorithm runs in time proportional to the number of nodes in the list. The original list structure is destroyed as it is moved.