Challenge: Bottom Insert
Let’s try to insert an element at the bottom of a stack
We'll cover the following...
Problem
Given a stack, write a function to insert an element at the bottom of the stack.
...
Let’s try to insert an element at the bottom of a stack
Given a stack, write a function to insert an element at the bottom of the stack.