Skip to content

Deque #1200

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

Merged
merged 2 commits into from Sep 30, 2019
Merged

Deque #1200

merged 2 commits into from Sep 30, 2019

Conversation

ghost
Copy link

@ghost ghost commented Sep 25, 2019

At Double ended queue, added "pop", "popleft", "remove" method

Copy link
Member

@cozek cozek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @paulo9428. Can you please answer me this. I can learn everything that you have written in your code by just reading the documentation on deque and moreover it is explained better in the documentation. So why should I read your code instead of directly reading the documentation?

cclauss added a commit that referenced this pull request Sep 30, 2019
Fixes #1200 

As discussed on #1200 this file does not contain an algorithm as it does not implement a double ended queue but instead just uses the standard library's DEQ.  @paulo9428 @cozek, @AnupKumarPanwar Your reviews please.
@ghost
Copy link
Author

ghost commented Sep 30, 2019

Sorry, i just wanna complement double ended queue methods of this file. I think this code has no ingenious points. So i agree with the pr the previous writter @cclauss push newly. And i also totally agree with your opinion. Thank you for your great advice. It was my first event of pushing pr. It leaves me great motive to comtribute on open source. I am satisfied just with that.

@cclauss cclauss merged commit 189b350 into TheAlgorithms:master Sep 30, 2019
cclauss added a commit to cclauss/Python that referenced this pull request Oct 3, 2019
Fixes TheAlgorithms#1200

As discussed on TheAlgorithms#1200 this file does not contain an algorithm as it does not implement a double ended queue but instead just uses the standard library's DEQ.  @paulo9428 @cozek, @AnupKumarPanwar Your reviews please.
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* deque add pop

* deque add remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants