Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data Structure] Queue [Python] #55

Open
sangamcse opened this issue Sep 30, 2018 · 11 comments
Open

[Data Structure] Queue [Python] #55

sangamcse opened this issue Sep 30, 2018 · 11 comments

Comments

@sangamcse
Copy link
Member

No description provided.

@EhsanKia
Copy link

EhsanKia commented Oct 2, 2018

Python's has a queue, from collections import deque

@sangamcse
Copy link
Member Author

@EhsanKia, that's not the motto of this repository. Python and Java have almost every DS's library and we are not going to do that from those libraries.

@beingadityak
Copy link
Member

Hey @sangamcse , I'll start work on this issue and submit a PR by today :)

@sangamcse
Copy link
Member Author

@beingadityak, please, do not open PR if someone asked earlier and they are working on it

@beingadityak
Copy link
Member

Actually, I saw that this issue was unassigned but didn't saw that someone's working on this. I am sorry and will take care of this next time.

@sangamcse
Copy link
Member Author

Contributors wishing to contribute can talk regarding issues at https://gitter.im/NITSkmOS/algo

@paawan01
Copy link

paawan01 commented Oct 3, 2018

Can I work on this or you're on it @beingadityak ?

@beingadityak
Copy link
Member

@paawan01 I am not working on this. Feel free to take this task

@paawan01
Copy link

paawan01 commented Oct 3, 2018

Thanks @beingadityak !
@sangamcse Can you assign it to me.

@sangamcse
Copy link
Member Author

@paawan01, a PR for this issue is already open at #84.
Ask @SabariVig if he is working on it anymore or not.

@gunanksood
Copy link

Please assign this issue @sangamcse

gunanksood added a commit to gunanksood/Algorithms that referenced this issue Oct 5, 2018
gunanksood added a commit to gunanksood/Algorithms that referenced this issue Oct 5, 2018
gunanksood added a commit to gunanksood/Algorithms that referenced this issue Oct 8, 2018
gunanksood added a commit to gunanksood/Algorithms that referenced this issue Oct 8, 2018
@j3r3mias j3r3mias mentioned this issue Oct 12, 2020
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment