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
Adds a Python implementation of a Stack.
The pure Python list can be used as a stack without a wrapper, just to make the work of the stack clear since the repository is for algorithms students must know. ;)
0 commit comments