Lists in cpp with multiple methods such as prepend for LIFO lists, append for FIFO lists, a show method that displays the list and it's used to overflow the "<<" operator, among others.
-
Updated
Aug 10, 2023 - C++
Lists in cpp with multiple methods such as prepend for LIFO lists, append for FIFO lists, a show method that displays the list and it's used to overflow the "<<" operator, among others.
Stack in cpp with basic methods, helper methods, management methods, operation methods, a method that displays the list by overflowing the "<<" operator, among others.
A stack (LIFO) implementation written in TypeScript.
Add a description, image, and links to the last-in-first-out topic page so that developers can more easily learn about it.
To associate your repository with the last-in-first-out topic, visit your repo's landing page and select "manage topics."