Why Dynamic Arrays Aren't Actually Dynamic
TL;DR: Standard arrays are fixed-size by design to ensure O(1) access. Dynamic arrays manage this constraint by over-allocating memory and periodically resizing. By growing the backing array geometric
doogal.dev5 min read