Java icon indicating copy to clipboard operation
Java copied to clipboard

Update Stack.java

Open Swarali-31 opened this issue 1 year ago • 1 comments

Here's a code for a singly linkedlist. It's my first time contributing to an opensource for hacktoberfest.Apologies for any mistakes! Gonna make it better the next time! :)

  • [x] I have read CONTRIBUTING.md.
  • [x] This pull request is all my own work -- I have not plagiarized it.
  • [x] All filenames are in PascalCase.
  • [x] All functions and variable names follow Java naming conventions.
  • [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [x] All new code is formatted with clang-format -i --style=file path/to/your/file.java

Swarali-31 avatar Oct 12 '24 20:10 Swarali-31

It's already implemented here

https://github.com/TheAlgorithms/Java/blob/4a03f420616a6773e9a5cdc304b1681e96d945bd/src/main/java/com/thealgorithms/datastructures/stacks/StackOfLinkedList.java#L50

Ohkay!

Swarali-31 avatar Oct 13 '24 06:10 Swarali-31

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

github-actions[bot] avatar Nov 15 '24 00:11 github-actions[bot]

Please reopen this pull request once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

github-actions[bot] avatar Nov 23 '24 00:11 github-actions[bot]