iluwatar / 30-seconds-of-java

Collection of reusable tested Java 17 compatible code snippets that you can understand in 30 seconds or less.
https://java-design-patterns.com/snippets.html
MIT License
1.04k stars 409 forks source link

[Java] : Adding Stack approach to check a string is palindrome or not #224

Open Ritabrata1080 opened 1 month ago

Ritabrata1080 commented 1 month ago

What the PR solves


Adding another way of checking a string is palindrome or not, by using Dequeue.

Lists of checks executed


sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Ritabrata1080 commented 1 month ago

@iluwatar plz review this PR.

Thanks