![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Nahumus |
I wanna implement a ctrl+z feature for my board game, and for that I would like to use a FIFO (first in first out) data structure like a stack in other languages. I know I can do that with an array but I think it’s more clean with a built in FIFO.