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

adss queue file and my attempt at the hiring and firing program #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

AlisonZ
Copy link

@AlisonZ AlisonZ commented Feb 27, 2017

Stacks and Queues

Thanks for doing some brain yoga. You are now submitting this assignment!

Comprehension Questions

Question Answer
What is an ADT? Abstract Data Type
Describe a Stack Stores information and last in first out
What are the 5 methods in Stack and what does each do? Push, Pop, Empty?, Top & Size
Describe a Queue First in first out
What are the 5 methods in Queue and what does each do? Enqueue, Dequeue, Empty?, Size, Front
What is the difference between implementing something and using something? Implementing is creating an instance and using is calling it

OPTIONAL JobSimulation

Question Answer
Did you include a sample run of your code as a comment?

@sudocrystal
Copy link

Stacks and Queues

What We're Looking For

Feature Feedback
Implementation of Stack looks complete
Implementation of Queue looks complete yes

You should push up your stack implementation too.

@AlisonZ
Copy link
Author

AlisonZ commented Mar 3, 2017 via email

@sudocrystal
Copy link

sudocrystal commented Mar 3, 2017 via email

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.

2 participants