Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Suzette J Person
linked-list-example
Commits
49666a14
Commit
49666a14
authored
Mar 05, 2019
by
Suzette Person
Browse files
Updated for Python 3
parent
4b7e49fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
linked_list_example.py
View file @
49666a14
from
__future__
import
print_function
class
Stack
(
object
):
"""
A basic array-based implementation of a stack.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment