amalpoulose / stack-and-queue

stack and queue implementation using linkedlist and queue using 2 stacks

Repository from Github https://github.comamalpoulose/stack-and-queueRepository from Github https://github.comamalpoulose/stack-and-queue

stack-and-queue

The idea of stack is any data that get into stack last is comes out first(LIFO) the stack is implemented using linkedlist

The idea of queue is any data that get into queue first is comes out first(FIFO). the queue is implemented using linkedlist and 2 stacks

About

stack and queue implementation using linkedlist and queue using 2 stacks

License:GNU General Public License v3.0


Languages

Language:C 100.0%