OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.58k stars 3.69k forks source link

Add Deque Data Structure #3243

Open jainaman1398 opened 6 years ago

jainaman1398 commented 6 years ago

This is a(n):

Details:

Double-ended queues are sequence containers with the feature of expansion and contraction on both the ends. Unlike vectors, contiguous storage allocation may not be guaranteed.I can create the solution in C++ using STL

abdouskamel commented 6 years ago

Feel free to create a pull request for this. 👍

sakshee-19 commented 6 years ago

@jainaman1398 are you working on this or can I work?

jainaman1398 commented 6 years ago

I am working, I will get it done by tomorrow

vandana1212 commented 6 years ago

Is this issue still open or may I contribute ?

abdouskamel commented 6 years ago

@vandana1212 There is actually a pull request for this : #3251, you can still implement it in another language if you wish.

vandana1212 commented 6 years ago

Okay. Thank you. I will be working on it in Java.

import-keshav commented 6 years ago

i can work in python

abhijeet010304 commented 4 years ago

I would like to work on it in C++ and python please assign this to me.. As a part of GSSoC20.