skip to main |
skip to sidebar
07:10
Abdullah
A
more sophisticated kind of linked list is a doubly-linked list or a
two-way linked list. In a doubly linked list, each node has two links:
one pointing to the previous node and one pointing to the next node.
0 comments:
Post a Comment