Stack Data Structure
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, converting the stack to a list. It’s a compact exercise that shows clean coding, extendability, and attention to efficiency — useful both as a learning project and as a building block for larger systems.