You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Implement a stack that is identical to stack of plates
# When a stack reach to a capacity push the new element to a new stack
# that is continuation of the previous stack
0 commit comments