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

Add Custom Queue Class #49

Open
k-sutherland opened this issue Nov 25, 2018 · 0 comments
Open

Add Custom Queue Class #49

k-sutherland opened this issue Nov 25, 2018 · 0 comments
Assignees
Labels
new feature something that doesn't exist yet

Comments

@k-sutherland
Copy link
Contributor

Python queues do not allow for viewing data without popping values. We can use the underlying data structures that it is built on to create a custom class that gives us the current functionality and adds in the ability to 'peek' the next value.

@k-sutherland k-sutherland added the new feature something that doesn't exist yet label Nov 25, 2018
@k-sutherland k-sutherland self-assigned this Nov 25, 2018
@k-sutherland k-sutherland added this to TODO in MATE 2019 Competition via automation Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature something that doesn't exist yet
Projects
Development

No branches or pull requests

1 participant