|
Lines 184-190
Link Here
|
| 184 |
Forward traversal through the list. |
184 |
Forward traversal through the list. |
| 185 |
.El |
185 |
.El |
| 186 |
.Pp |
186 |
.Pp |
| 187 |
Singly-linked lists are the simplest of the five data structures |
187 |
Singly-linked lists are the simplest of the four data structures |
| 188 |
and support only the above functionality. |
188 |
and support only the above functionality. |
| 189 |
Singly-linked lists are ideal for applications with large datasets |
189 |
Singly-linked lists are ideal for applications with large datasets |
| 190 |
and few or no removals, |
190 |
and few or no removals, |