Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice
Implementation of Stack using linked list (template)
Open
LGMSOC21
🟨 Level2
- Dominant language
- C++
- Stars
- 323
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
# Aim
- Creating a stack using a linked list
# Details
- Create a stack data structure using the linked list and the template feature of C++ so that data type of stack is decided at object creation.
### Programming language
- [ ] C
- [x] C++
- [ ] Java
- [ ] Python
Contributor guide
Assessment
This issue has not been assessed yet.