<aside> đź’ˇ
Collection of methods to operate using stacks and queues.
</aside>
Uses a Framework Collections Interface to the LIFO (”Last In First Out”), stack, and FIFO (”First In First Out”), queue, logic.
It belongs to the java.util package and it implements the Collections Interface - structuring it.
The stack can store any data type due to it using generic types.
data-structures/structures/linked-list at main · Axelvazslima/data-structures