Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write an algorithm to find an palindrome

Answer Posted / sagai

boolean isPalindrome(string s){
char[] letters = s.toCharArray() //convert string to
array of characters
int firstCnt = 0 //counter for left side
int secCnt = letters.length - 1 //counter for right
side
while (firstCnt < secCnt){ //work toward middle
if (letters[firstCnt] != letters[secCnt]){
return false //if left and right does not
match, is not a palindrome
}
firstCnt++
secCnt--
}
return true //if loop completes without a false, is a
palinrome
}

Is This Answer Correct ?    20 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of cmmi?

1384


tell me some major and minor defects in ur net banking project?

3684


As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?

2520


Suggest some book to learn more test case???

2091


What’s the difference between verification and validation in testing?

1174


What is a test severity and test priority? difference between them with suitable examples?

1946


Please send any one latest 3+ years of experience testing tools resumes my mail id is krishnavenimodaliar26@gmail.com

3387


Where we have to use perl scripting in Testing approach and its importance

2222


I have interview on Guide wire testing. If you please share me.

911


What r the functional testing u perform?

2247


Negative test cases for phone camera

795


What is difference in between operating system 2000 and os xp?

1121


My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?

1091


What is difference between V-Model and Agile Model?

2303


Please anyone give answers for all below questions and help ? realtimers please and please share your knowledge.lot of questions left unanswered.

2015