-
Notifications
You must be signed in to change notification settings - Fork 15
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
Stack using Queue in C #2
Comments
Hello, this is my first time participating in the hacktoberfest. I would like your approval for working on this issue |
Sure, I'm assigning you. |
Hello, can you assign it to me also as this is also my first time in hacktoberfest and I will try my best to contribute to your repository. |
I have already assigned it to someone. |
I want to contribute in this project |
Okey |
hello, I would like to contribute to this, can u assign this issue to me if @ritamchakrabortty is not working on it! |
ok |
Please assign me this Issue |
Okay |
please assign this to me. |
Okay |
Write code in C to implement a Stack using Queue
Fundamentals:
Create Functions:
push()
-> adds new element at the top of the stackpop()
-> removes the element at the top of the stackpeek()
-> display the top most element in the stackdisplay()
-> display/print the stackRules:
The text was updated successfully, but these errors were encountered: