Check If A String Is A Palindrome | C++ Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Clear and smooth explanation with good example.

rupertzoone
Автор

this example is very well explained. thank you.

NA
Автор

Thank you so much for going into details! It is extremely helpful!

carsmiles
Автор

Thank you for video 👏
But if you can make video to check if we can make number palindrome after swaping their digits.

waed
Автор

thank you so much, that was very hard for me .

merveilleuxguiradoumadji
Автор

damn that was in my last exam of c programming 😂
it was so hard for me .. but now its a little bit easier

abdelhakmezenner
Автор

Hey Kevin, could you do this exact examply but using stack allocation and vectors?

Vichained
Автор

here in if statement can u explain the indexing how we did it??
because if text length is 10-1-1==8, how we are comparing is it the correct way what I calculated

rakshithgowdahc
Автор

couldn't you add another empty string, then with for loop from back add reversed text to this empty string and then check if they are equal? I mean it is working in c# and i am not sure if you can do this in c++.

fovv
Автор

which line of code checks if the two characters are the same?

HowDoYouTurnThisOn_
Автор

why did the text.length got divided by 2?

urishitapandita