Handy Data Structures

Array

Nodes and singly-linked list

Add node to the head of a singly-linked list

Add node to the tail of a singly-linked list

Delete node from a doubly-linked list

Delete node from a singly-linked list