|
ABSTRACT
An edge reference into a list structure is a pair of pointers to adjacent nodes. Such a reference often requires little additional space, but its use can yield efficient algorithms. For instance, a circular link between the ends of a list is redundant if the list is always referenced by that edge, and list traversal is easier when that link is null. Edge references also allow threading of nonrecursive lists, can replace some header, cells, and enhance the famous exclusive-or trick to double-link lists.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
|
| |
2
|
|
 |
3
|
|
 |
4
|
|
| |
5
|
Siklosy, L. Fast read-ordy algorithms for traversing trees without an auxiliary stack. Inf. Proc. Lett. 1, 4 (June 1972), 149-152.
|
| |
6
|
Vitulli, N. VW: a small but potent machine-independent text editor. M.S. Th., Indiana U. ( April 1976).
|
|