Algo_ds_101: Queue

Created on 2 Oct 2020  路  6Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Queue

Submission Type
STL

Submission Description
A queue is an abstract data structure that contains a collection of elements. Queue implements the FIFO mechanism

Contributors

  • [x] C++ -
C++ Hacktoberfest New Submssion first timer good first issue

All 6 comments

I've great experience in writing clean and readable code, so I would like to work on this issue.
Can you please assign it to me?

I can do it in python. Can you assign it to me?

Can you assign it to me? I know CPP STL pretty well

Hi @chiragjagad this issue only covers STL, to implement queue in python please refer to #73

Can you assign it to me? I know CPP STL pretty well

Do I need to implement queue from scratch using some data structure like linked list or just use queue from STL? as I can see a code for queue implemented from scratch in this repo already.

thanks @jyotiGambhir and @adite39 :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Nirali0029 picture Nirali0029  路  5Comments

Nirali0029 picture Nirali0029  路  4Comments

subhayuroy picture subhayuroy  路  5Comments

ahampriyanshu picture ahampriyanshu  路  5Comments

jindalsachin picture jindalsachin  路  5Comments