MCPcopy Index your code
hub / github.com/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 annotations
2
3from typing import TypeVar
4

Callers

nothing calls this directly

Calls 1

test_stackFunction · 0.85

Tested by

no test coverage detected