linked-list
linked-list copied to clipboard
Minimalistic linked lists
Results
1
linked-list issues
Sort by
recently updated
recently updated
newest added
List `tail` should always be set for non-empty lists, _including_ when a list has only one item. In the one item case, `head` and `tail` should be the same, both...