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

No Stack or Queue implementations yet #226

Open
Zanark opened this issue Dec 15, 2017 · 5 comments
Open

No Stack or Queue implementations yet #226

Zanark opened this issue Dec 15, 2017 · 5 comments

Comments

@Zanark
Copy link
Contributor

Zanark commented Dec 15, 2017

DESCRIPTION

Issue #111 has not been resolved yet and there aren't any queue implementations yet either.

STEPS TO REPRODUCE

Creating C++ files that will have Stack operations like push and pop based on arrays and pointers and Queue operations like insert and delete based on arrays and pointers.

EXPECTED OUTCOME

The repository would now contain algorithms of both Stacks and Queues

ACTUAL OUTCOME

--

Proposed Solution [optional]

Creating and adding the above algorithms into the Linked Lists Folder

@Zanark
Copy link
Contributor Author

Zanark commented Dec 15, 2017

@prateekiiest Sir I would like you to assign this issue to me

@prateekiiest
Copy link
Member

I guess queue was already being done by some one

@Zanark
Copy link
Contributor Author

Zanark commented Dec 15, 2017

Issue #164 was raised by @dewangmodi
The issue is regarding the absence of Circular Queue

@Zanark
Copy link
Contributor Author

Zanark commented Dec 15, 2017

Oh I'm sorry Sir, PR #175 was submitted regarding the issue.
I sincerely apologize for not checking the PRs

@Zanark
Copy link
Contributor Author

Zanark commented Dec 16, 2017

Sir, @Arkadyuti30 has submitted the programs using the programming language JAVA.
I would like to add a .cpp file containing the same algorithms using the language C++

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

2 participants