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

CircularQueue.py #30

Open
kgarg8 opened this issue Nov 1, 2019 · 2 comments
Open

CircularQueue.py #30

kgarg8 opened this issue Nov 1, 2019 · 2 comments

Comments

@kgarg8
Copy link

kgarg8 commented Nov 1, 2019

enqueue(): rear = (rear + 1)%size
This logic is not implemented, the present circular queue behaves more or less like queue.

@SamithaDilan
Copy link
Contributor

@OmkarPathak Can I look into this?

@OmkarPathak
Copy link
Owner

@SamithaDilan yes

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

No branches or pull requests

3 participants