Syte (Israel) interview question

Create a class to handle memory with methods bootstrap(), alloc(ptr), free(index)

Interview Answer

Anonymous

10 Dec 2019

First I created not efficient version and then improved it with a bootstrap method