MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / stack.py

File stack.py

data_structures/stacks/stack.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from __future__ import print_function
2__author__ = 'Omkar Pathak'
3
4

Callers

nothing calls this directly

Calls 6

peekMethod · 0.80
StackClass · 0.70
pushMethod · 0.45
popMethod · 0.45
is_emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected