Syte (Israel) Interview Question

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

Interview Answer

Anonymous

Dec 10, 2019

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