Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-05 | AK: Add SinglyLinkedListWithCount<T>, a singulary linked list with count | Brian Gianforcaro | |
There are use cases where a linked list is useful but it's also worth the overhead to maintain a count so you can quickly answer queries of the size of the list. |