maxg (58)in #programming • 7 years agoRE: Learn Data Structures the Insane Way - Implementing a Stack in Google SheetsThat's true! It would be extremely space inefficient to create a copy of the entire data structure on every update. Unfortunately, that's exactly what I'm doing here :)