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

Stack Array implementation , Stack Linked List Implementation #2198

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

Conversation

@ShivamSGokarankar
Copy link

@ShivamSGokarankar ShivamSGokarankar commented Apr 30, 2021

Easy implementation of stack using array and Linked List -java programs

Copy link

@mamadaliev mamadaliev left a comment

Could you please fix the Java code convention or reformat code in the IDE?

Copy link

@mamadaliev mamadaliev left a comment

Could you also add comments about time complexity?

@@ -0,0 +1,120 @@
package stack;

This comment has been minimized.

@mamadaliev

mamadaliev May 7, 2021

Please change the package name to:

package DataStructures.Stacks;

This comment has been minimized.

@ShivamSGokarankar

ShivamSGokarankar May 7, 2021
Author

Could you also add comments about time complexity?

Sorry ,as for now I cant add because I haven't studied about time complexity completely yet!

@@ -0,0 +1,127 @@
package stack;

This comment has been minimized.

@mamadaliev

mamadaliev May 7, 2021

Please change the package name to:

package DataStructures.Stacks;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants