The documentation day that you can mimic stacks and queues lifo & fifo data structures by using a 1d array and using push and pop, but the documentation also states that array do not dynamically resize.. Does that behave differently with push vs insert?