Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice
Implementation of Queue using array (template)
Open
- Dominant language
- C++
- Stars
- 323
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
# Aim
- Creating a queue using an array of template type
# Details
- Creating a queue using an array of whose datatype is decided during object creation as it is a template.
### Programming language
- [ ] C
- [x] C++
- [ ] Java
- [ ] Python
Contributor guide
Research direction
The issue names no file, test, or entry point. Start by locating existing C++ data-structure implementations in the repository and review their conventions; the work is complete when an array-backed queue accepts its element type as a template parameter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100