Oleksii Zirka

Python · AI & Machine Learning

0 0
11
Go to profile
Stack Data Structure
110
Stack Data Structure
Python
This project demonstrates a custom Stack implementation in Python using linked lists. It includes standard operations (push, pop, peek) as well as enhanced functionality: stack size tracking, clearing all elements, searching within the stack,…