There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
An unrolled linked list is a linear data structure that is a variant on the linked list. Instead of just storing 1 element at each node, unrolled linked lists store an entire array at each node.