Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice
Stack implementation using linked list (template)
Open
- 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
Research direction
The issue names no source file, test, or entry point. Inspect the repository's C++ data-structure layout first, then identify where a linked-list stack belongs; done means a stack whose element type is selected through a C++ template and whose implementation matches the project's conventions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100