Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice

Implementation of Queue using array (template)

Open
#979 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.