Stack

Stack appends (or pushes) at the end. And pops at the end also. hence, all we need is one pointer to do that.