I have a simulation whose number of time steps varies according to inputs. To find the last state of the simulation via interpolation, I need to save the last N time steps. I can use a FIFO queue to save the results of last N time steps (e.g. to use in interpolation). Pseudocode:
I’m a software engineer building web and mobile apps for early-stage startups. I prioritize clean, modular code that enables quick iteration and scale based on real user feedback.
No comments:
Post a Comment