Tuesday 22 February 2022

What if you had to invent a dynamic array?

What if you had to invent a dynamic array?

In this video, we explore how we might create arguably the most used data structure in the world: the dynamic array (also know as the array list).

The Simple and Elegant Idea behind Efficient Dynamic Arrays

In this video, we reveal the simple yet elegant resize scheme for efficient implementations of dynamic arrays.

No comments:

Post a Comment