-
Notifications
You must be signed in to change notification settings - Fork 19.9k
Moved StackPostfixNotation.java from the Others section to the Stack section #4372
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not convinced if an algorithm using a stack should be in the stacks
directory. If it should be, then all of the algorithms using any data structure should be in the datastructures
directory.
My understanding is that the stacks
should contain different implementations of stack.
I think since this one is closely related to the application of stack, and that there are already algorithms like |
Exactly |
So can it be merged? |
Let's create a directory |
@beradeep are you working? |
…ithms directory. The stack directory under data-structures now only contains various implementations of the stack data structure.
@BamaCharanChhandogi @siriak I have tried to incorporate all the requested changes. Is it okay right now? |
Issue
May solve issue #4360