Jul 10, 2017 · 1 min read
Very cool. Great visuals too.
Q: If an array can lead to stack overflow, why aren’t linked lists *always* used instead? Is there a notion of being limited to allocating a fixed amount of memory that would drive the choice of an array vs. a linked list?
