Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

No Stack or Queue implementations yet

Open Zanark opened this issue 7 years ago • 5 comments

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 avatar Dec 15 '17 13:12 Zanark

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

Zanark avatar Dec 15 '17 13:12 Zanark

I guess queue was already being done by some one

prateekiiest avatar Dec 15 '17 13:12 prateekiiest

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

Zanark avatar Dec 15 '17 13:12 Zanark

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

Zanark avatar Dec 15 '17 13:12 Zanark

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++

Zanark avatar Dec 16 '17 06:12 Zanark