linked list
| Parameter | Type | Description |
|---|
LinkedList node
add a node
| Parameter | Type | Description |
|---|---|---|
| data | ANY | data for the new node |
delete a node
| Parameter | Type | Description |
|---|---|---|
| i | Int | index of the node |
get a node
| Parameter | Type | Description |
|---|---|---|
| i | Int | index of the node |
get the head of the linked list
get the size of the linked list
output an array representation of the linked list