buds
0.1
FORTRAN reference counted types
|
Add a new node to the end of the linked list. More...
Private Member Functions | |
subroutine | add_node_ (this) |
subroutine | add_node_data_ (this, D) |
Add a new node to the end of the linked list.
Possibly assign data to the new node.
One cannot add elements in the middle of the stack.
A doubly linked list may create circular lists which is a valid linked list. Adding a node on a circular list will add the node right before the head
.