-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
[Java] : Adding Stack approach to check a string is palindrome or not #224
Conversation
f1e1c85
to
19546ab
Compare
5fcbdb6
to
d815140
Compare
|
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.
Yes, it looks good! The changes are straightforward, and everything seems in order.
@iluwatar plz review this PR. Thanks |
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.
README.md should be updated as well. See https://github.com/iluwatar/30-seconds-of-java/blob/master/CONTRIBUTE.md
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. |
Closed due to inactivity. Thank you for your contributions. |
What the PR solves
Adding another way of checking a string is palindrome or not, by using Dequeue.
Lists of checks executed