About this document
Algoritma Palindrome dengan Stack by Asranita is a document available to read on EtoBox.
This document contains an algorithm to check if a word is a palindrome using a stack. The algorithm pushes the characters of the input string to a stack. It then pops the characters from the stack and appends them to a reverse string. If the input string is equal to the reverse string, it is a palindrome. The document also provides an example Java program that implements this algorithm to check if an input word is a palindrome.
- Author
- Asranita
- Language
- EN