https://github.com/chihebabiza/my-cpp-stack
This project implements a simple templated stack in C++ using a doubly linked list. It supports basic operations like push, pop, top, and size, allowing storage of any data type. The goal is to demonstrate how a stack can be built manually using dynamic memory and linked structures.
https://github.com/chihebabiza/my-cpp-stack
cpp data-structures oop stack
Last synced: 4 months ago
JSON representation
This project implements a simple templated stack in C++ using a doubly linked list. It supports basic operations like push, pop, top, and size, allowing storage of any data type. The goal is to demonstrate how a stack can be built manually using dynamic memory and linked structures.
- Host: GitHub
- URL: https://github.com/chihebabiza/my-cpp-stack
- Owner: chihebabiza
- License: mit
- Created: 2025-06-17T09:58:01.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-06-17T10:31:05.000Z (4 months ago)
- Last Synced: 2025-06-17T11:38:37.779Z (4 months ago)
- Topics: cpp, data-structures, oop, stack
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt