Lists of NodesThe data type node_list is an efficient doubly linked list of nodes. node_list is a specialized version of Linear List.Example of how lists of nodes can be used Strengths
Disadvantages
TipsUse node_list instead oflist<node>
whereever possible |
See also:Manual Entries: |