Skip to content

opera22/Palindromes_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

I originally made a palindrome checker in Java, and I decided to port it over to C++ to help me learn the syntax of the language. The user enters a string, and it is run through a very fast algorithm to determine whether it is a palindrome. If it is a palindrome, then the user can print it in box form on the screen.

Environment

  • VSCode
  • MinGW C++ compiler (see link below)

Execution

tenet is a palindrome tenets is not a palindrome

Useful Websites

About

An efficient palindrome checker in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages