Re: How to define the append function to add an element into a given list



I have found out about push and pop functions. They works in form
stack (FILO). How can we solve this problem in FIFO?

.



Relevant Pages