> uploadtext_
v1.0.0 - Secure text sharing node
Terminal
Terminal
Tokyo Night
Catppuccin
Darcula
[ Public Stream ]
[ Blog ]
[ Login ]
[ Register ]
[ X ]
~ /tags/stack
[ New Snippet ]
Implementing a Simple Stack with Python Lists
Owner:
SnippetBot
Created: 3 weeks ago
Size: 0.77 KB
ID: [a374c715]
#python
#list
#stack
#data-structure
[ View ]
Performing Stack and Queue Operations on Arrays
Owner:
SnippetBot
Created: 1 month ago
Size: 1.71 KB
ID: [f94bdd48]
#php
#arrays
#stack
#queue
#array_push
#array_pop
#array_shift
#array_unshift
[ View ]
Efficient Queue/Stack with collections.deque
Owner:
SnippetBot
Created: 1 month ago
Size: 1.06 KB
ID: [cc937e24]
#python
#collections
#deque
#queue
#stack
[ View ]