Video 22: This video shows how to find if the given integer is Palindromic or not. In previous videos, we saw how to reverse an integer and how to find the longest Palindromic substring using substring method and expand around center approach. We combine all these learnings and address this question
In this video, we did explained two methods,
1. convert the input integer to string, reverse it and check if its palindromic
2. without string conversion, use MOD function and reverse the integer. check if the reversed integer and the given integer are the same
code: https://github.com/jeganpillai/python...
Video on
1. Reverse 32-bit Signed Integer : • Python : Reverse 32-bit Signed Integer
2. Palindromic Substring Part-1 (Substring) : • Python : Longest Palindromic Substring Par...
3. Palindromic Substring Part-2 (Expand Around Center) : • Python : Longest Palindromic Substring Par...
Follow me on,
YouTube : / @growwithdata
Website : https://growwithdata.co/
LinkedIn : / growwithdata
Facebook : / growwithdata.co
twitter : / growwithdata_co
WhatsApp : https://whatsapp.com/channel/0029VaF8...
Instagram : / growwithdata.co
#palindrome #palindromenumber #list #substring #uniquesubset #uniquesubstring #longestsubstring #slicing #lineartimecomplexity #python #pythonquestions #pythontest #pythonprogramming #pythontutorial #python3 #pythonforbeginners #interviewquestions #interview #dataengineers #deinterview #pythoninterview #interviewquestions #leetcode #placementpreparation #meta #google #facebook #apple #netflix #amazon #google #faang #maanga #dataengineers #alphanumeric #nonalphanumeric #growwithdata
На этой странице сайта вы можете посмотреть видео онлайн Python : Palindromic Integer (String Conversion & Use MOD And Reverse Methods) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Grow with Data 12 Декабрь 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 81 раз и оно понравилось 10 зрителям. Приятного просмотра!