Python Programming Practice: LeetCode #9 -- Palindrome Number

preview_player
Показать описание
In this episode of Python Programming Practice, we tackle LeetCode #9 -- Palindrome Number.

Link to the problem here:

Python Programming Practice is a series focused on teaching practical coding skills by solving exercises on popular coding websites. Note that the solutions seen here may not be the most efficient possible.

I am not going to provide the full code in the video description for this series, since copy and pasting solutions is not in the spirit of doing coding exercises. It is intended that the video will help you think about problems, approaches and how to structure solutions so that you are able to code up a working solution yourself. .

Рекомендации по теме
Комментарии
Автор

The best explanation of this solution ! Thanks for your video!

chunwangjeffreycheng
Автор

im unable to process the logic of the 2nd solution. 😔

JimZarasOfficial
Автор

Great explanation. Thank you! If I am struggling with this material or the easy questions on leetcode. What can I study to improve?

keithyazdan
Автор

But if we put input as 10 it is showing true we have to get false right

panieswarrao