Skip to content

💻 Practicing basic concepts such as encapsulation and abstraction.

Notifications You must be signed in to change notification settings

mikhail-frolov/Java-Palindrome-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

🎓 Palindrome Project

💻 In this project, I developed a Stack class. Secondly, I developed a Java class named Palindrome that in its main method, receives a string as a command-line argument, and then uses a Stack object to check whether the given string is a palindrome or not.

🌐 A Palindrome is a word, phrase, number, or other sequences of characters that reads the same backward or forward. The stack is a simple data structure/container which acts as LIFO (the last element in, would be the first element out.)

About

💻 Practicing basic concepts such as encapsulation and abstraction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages