Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cagataycali/palindrome
Palindrome text control homework with c#
https://github.com/cagataycali/palindrome
csharp palindrome
Last synced: 16 days ago
JSON representation
Palindrome text control homework with c#
- Host: GitHub
- URL: https://github.com/cagataycali/palindrome
- Owner: cagataycali
- Created: 2017-10-03T20:51:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T21:08:22.000Z (about 7 years ago)
- Last Synced: 2024-05-01T13:23:46.276Z (8 months ago)
- Topics: csharp, palindrome
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Palindrome
Palindrome: A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward as forward, such as madam or racecar.“a man, a plan, a canal, panama!” is a palindrome sentence.
Create a C# program to determine an expression which got from user is palindrome or not
using Stack and Queue classes(arrays are forbidden) in the namespace of System.Collections.Generic. Your program should ignore whitespaces and punctuations.* [English details for homework](description.pdf)
* [Turkish details for homework](aciklama.pdf)**Tested With**
*Single Word Palindromes*
* Anna
* Civic
* Kayak
* Level
* Madam
* Mom
* Noon
* Racecar
* Radar
* Redder
* Refer
* Repaper
* Rotator
* Rotor
* Sagas
* Solos
* Stats
* Tenet
* Wow*Multiple Word Palindromes*
* Don't nod.
* I did, did I?
* My gym
* Red rum, sir, is murder
* Step on no pets
* Top spot
* Was it a cat I saw?
* Eva, can I see bees in a cave?
* No lemon, no melonRead more at http://examples.yourdictionary.com/palindrome-examples.html#RfT3Ckllq4z84BOP.99