Macros
Shorthand syntax for creating a DoublyLinkedList.
Time complexity is O(1).
Shorthand syntax for creating a SinglyLinkedList.
Time complexity is O(n).
Structs
A two-directional linked list, known more commonly as a DoublyLinkedList.
A one-directional linked list, known more commonly as a SinglyLinkedList.