equal
deleted
inserted
replaced
18 <p>Anchor points are always referred to as <i>headers</i>.</p> |
18 <p>Anchor points are always referred to as <i>headers</i>.</p> |
19 <p>A singly linked list is useful for maintaining a non-circular queue of |
19 <p>A singly linked list is useful for maintaining a non-circular queue of |
20 items; for example, a stack.</p> |
20 items; for example, a stack.</p> |
21 <fig id="GUID-8FC485D1-5B95-5B71-94F1-00C78A61F7F0"> |
21 <fig id="GUID-8FC485D1-5B95-5B71-94F1-00C78A61F7F0"> |
22 <title>Singly linked list</title> |
22 <title>Singly linked list</title> |
23 <image href="GUID-25CBA151-ED8E-5A88-A9FD-F20810371B4D_d0e306261_href.png" placement="inline"/> |
23 <image href="GUID-25CBA151-ED8E-5A88-A9FD-F20810371B4D_d0e327486_href.png" placement="inline"/> |
24 </fig> |
24 </fig> |
25 <p>Singly linked lists involve the creation and use of the classes:</p> |
25 <p>Singly linked lists involve the creation and use of the classes:</p> |
26 <ul> |
26 <ul> |
27 <li id="GUID-8D31B03F-8978-5292-BE6E-4D3C0EE62460"><p><codeph>TSglQueLink</codeph> </p> </li> |
27 <li id="GUID-8D31B03F-8978-5292-BE6E-4D3C0EE62460"><p><codeph>TSglQueLink</codeph> </p> </li> |
28 <li id="GUID-547C604A-1F01-5FF7-A316-8F09EE9462EC"><p><codeph>TSglQue<class |
28 <li id="GUID-547C604A-1F01-5FF7-A316-8F09EE9462EC"><p><codeph>TSglQue<class |