Why I made a stack and queue plugin

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Arrays have a "Push back/front" and "Pop back/front" action that allows to handle LIFO/FIFO in a quick way too (unless I'm missing something).

    Nevertheless, making stuff when you're bored is always nice and writing an article about it gives even more insight, thanks for both.